Playbook can now take a 'name' which it will show when starting the play

This commit is contained in:
Michael DeHaan
2012-04-27 00:08:06 -04:00
parent 67d1169674
commit f939f3fdaf
2 changed files with 5 additions and 3 deletions

View File

@@ -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: