From def2870df7f4585ca8c026bae2dd42e815041552 Mon Sep 17 00:00:00 2001 From: Lydie <44351234+lmalivert@users.noreply.github.com> Date: Fri, 26 Mar 2021 17:19:20 -0400 Subject: [PATCH] updated link to ansible.builtin.user password (#73789) --- lib/ansible/modules/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index 5e43d051917..71aa448b80b 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/latest/reference_appendices/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module) + - See L(FAQ entry,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: