summaryrefslogtreecommitdiff
path: root/examples/playbooks/user_commands.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playbooks/user_commands.yml')
-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 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: