From c1e223c42435b3c384e0212e2a473864314cf046 Mon Sep 17 00:00:00 2001 From: Stephen Fromm Date: Wed, 28 Mar 2012 14:50:26 -0700 Subject: [PATCH] Remove errant option on password modification action --- 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 596bbc64851..9d17a0998ab 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 supplementary + - action: user name=tset password=$password # The following will add the user to supplementary groups.