diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index 69361170f5d..4abc74dc586 100644 --- a/lib/ansible/modules/user.py +++ b/lib/ansible/modules/user.py @@ -89,7 +89,7 @@ options: - On macOS systems, this value has to be cleartext. Beware of security issues. - To create a disabled account on Linux systems, set this to C('!') or C('*'). - To create a disabled account on OpenBSD, set this to C('*************'). - - See U(https://docs.ansible.com/ansible/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module) + - See U(https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module) for details on various ways to generate these password values. type: str state: