From b4715cdb9c6e37b40a7e92155c04064762351792 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 5 May 2013 13:46:45 -0400 Subject: [PATCH] update user example --- examples/playbooks/user_commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbooks/user_commands.yml b/examples/playbooks/user_commands.yml index b507d1e2944..2d5a792eb3a 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.