summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/user.py')
-rw-r--r--lib/ansible/modules/user.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py
index a8199628d2..0c26cc28bd 100644
--- a/lib/ansible/modules/user.py
+++ b/lib/ansible/modules/user.py
@@ -97,6 +97,8 @@ options:
state:
description:
- Whether the account should exist or not, taking action if the state is different from what is stated.
+ - See this L(FAQ entry,https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#running-on-macos-as-a-target)
+ for additional requirements when removing users on macOS systems.
type: str
choices: [ absent, present ]
default: present