mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Playbook can now take a 'name' which it will show when starting the play
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
# on all hosts, run as the user root...
|
||||
|
||||
- hosts: all
|
||||
- name: example play
|
||||
hosts: all
|
||||
user: root
|
||||
|
||||
# could have also have done:
|
||||
|
||||
Reference in New Issue
Block a user