Fix example crypt to include trailing $

Fixes #2305.
parent e2c1b34d
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
user: root user: root
vars: vars:
# created with: # 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. password: $1$SomeSalt$UqddPX3r4kH3UL5jq5/ZI.
tasks: tasks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment