mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Fix typo: or -> on (#50123)
"To create a disabled account or Linux systems" should be "To create a disabled account **on** Linux systems" +label: docsite_pr
This commit is contained in:
parent
2e63c3432f
commit
f43217d520
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Optionally set the user's password to this crypted value.
|
- Optionally set the user's password to this crypted value.
|
||||||
- On macOS systems, this value has to be cleartext. Beware of security issues.
|
- On macOS systems, this value has to be cleartext. Beware of security issues.
|
||||||
- To create a disabled account or Linux systems, set this to C('!') or C('*').
|
- To create a disabled account on Linux systems, set this to C('!') or C('*').
|
||||||
- See U(https://docs.ansible.com/ansible/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module)
|
- See U(https://docs.ansible.com/ansible/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module)
|
||||||
for details on various ways to generate these password values.
|
for details on various ways to generate these password values.
|
||||||
state:
|
state:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue