Browse code

updated link to ansible.builtin.user password (#73789)

Lydie authored on 2021/03/27 06:19:20
Showing 1 changed files
... ...
@@ -89,7 +89,7 @@ options:
89 89
             - On macOS systems, this value has to be cleartext. Beware of security issues.
90 90
             - To create a disabled account on Linux systems, set this to C('!') or C('*').
91 91
             - To create a disabled account on OpenBSD, set this to C('*************').
92
-            - See U(https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module)
92
+            - See L(FAQ entry,https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module)
93 93
               for details on various ways to generate these password values.
94 94
         type: str
95 95
     state: