From 539c996edebafbdb2c2d0d2a636116acaa608484 Mon Sep 17 00:00:00 2001 From: Mike Boone <mike@boonedocks.net> Date: Sun, 20 Sep 2015 22:45:51 -0400 Subject: [PATCH] Updated link to the FAQ. --- system/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/user.py b/system/user.py index 45ce77381ce..5f954694e40 100755 --- a/system/user.py +++ b/system/user.py @@ -83,7 +83,7 @@ options: description: - Optionally set the user's password to this crypted value. See the user example in the github examples directory for what this looks - like in a playbook. See U(http://docs.ansible.com/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module) + like in a playbook. See U(http://docs.ansible.com/ansible/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module) for details on various ways to generate these password values. Note on Darwin system, this value has to be cleartext. Beware of security issues.