From baeb1bce11d2cfa1f4f47ecc0b693dcc84e9f0c9 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 5 Mar 2013 21:39:28 +0100 Subject: [PATCH] Fix example crypt to include trailing $ Fixes #2305. --- 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 9d17a0998a..b507d1e294 100644 --- a/examples/playbooks/user_commands.yml +++ b/examples/playbooks/user_commands.yml @@ -6,7 +6,7 @@ user: root vars: # created with: - # crypt.crypt('This is my Password', '$1$SomeSalt') + # python -c 'import crypt; print crypt.crypt("This is my Password", "$1$SomeSalt$")' password: $1$SomeSalt$UqddPX3r4kH3UL5jq5/ZI. tasks: