summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorsoulofmischief <30357883+soulofmischief@users.noreply.github.com>2018-12-19 05:12:52 -0600
committerDag Wieers <dag@wieers.com>2018-12-19 12:12:52 +0100
commitf43217d520d5218395adc4657744124a1d8ee4f1 (patch)
treedd6e59dfbd4357ecada1ff9e1c99eab99c5a7ba3 /lib
parent2e63c3432f97599394b0e2a17caed148b11c004f (diff)
downloadansible-f43217d520d5218395adc4657744124a1d8ee4f1.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/ansible/modules/system/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/system/user.py b/lib/ansible/modules/system/user.py
index 7d5069e649..d7d52e7a80 100644
--- a/lib/ansible/modules/system/user.py
+++ b/lib/ansible/modules/system/user.py
@@ -98,7 +98,7 @@ options:
description:
- Optionally set the user's password to this crypted value.
- 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)
for details on various ways to generate these password values.
state: