summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-05-05 19:46:45 +0200
committerMichael DeHaan <michael@ansibleworks.com>2013-05-05 19:46:45 +0200
commitb4715cdb9c6e37b40a7e92155c04064762351792 (patch)
tree96f41bcda37b41a9fcdbc447ea0d977b92cb1dfd /examples
parentSimplify description of upgraded_vars example (diff)
downloadansible-b4715cdb9c6e37b40a7e92155c04064762351792.tar.xz
ansible-b4715cdb9c6e37b40a7e92155c04064762351792.zip
update user example
Diffstat (limited to 'examples')
-rw-r--r--examples/playbooks/user_commands.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playbooks/user_commands.yml b/examples/playbooks/user_commands.yml
index b507d1e294..2d5a792eb3 100644
--- a/examples/playbooks/user_commands.yml
+++ b/examples/playbooks/user_commands.yml
@@ -19,7 +19,7 @@
# the 'name' element for each task
- action: user name=tset comment=NyetUser
- - action: user name=tset password=$password
+ - action: user name=tset password={{password}}
# The following will add the user to supplementary groups.