summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-04-27 00:08:06 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-04-27 00:08:06 -0400
commitf939f3fdafcaec2402f0e32c0609d7fbdeb0606a (patch)
tree84da22b110a37f923ab587c4c047afbb8501c9c3 /examples
parent67d1169674c2101627d624be35fcea9ad278c6c5 (diff)
downloadansible-f939f3fdafcaec2402f0e32c0609d7fbdeb0606a.tar.gz
Playbook can now take a 'name' which it will show when starting the play
Diffstat (limited to 'examples')
-rw-r--r--examples/playbooks/intro_example.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/playbooks/intro_example.yml b/examples/playbooks/intro_example.yml
index 1fb31d2688..21bcff3d27 100644
--- a/examples/playbooks/intro_example.yml
+++ b/examples/playbooks/intro_example.yml
@@ -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: