summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLydie <44351234+lmalivert@users.noreply.github.com>2021-03-26 17:19:20 -0400
committerGitHub <noreply@github.com>2021-03-26 16:19:20 -0500
commitdef2870df7f4585ca8c026bae2dd42e815041552 (patch)
tree668aeacab6c6ca6d637df2a076b43b3ee6d2b96c
parent22330dd322634548e0f4d88aa9c5c017b7c04851 (diff)
downloadansible-def2870df7f4585ca8c026bae2dd42e815041552.tar.gz
updated link to ansible.builtin.user password (#73789)
-rw-r--r--lib/ansible/modules/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py
index 5e43d05191..71aa448b80 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: