updated link to ansible.builtin.user password (#73789)
This commit is contained in:
parent
22330dd322
commit
def2870df7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue