mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 06:40:03 -07:00
Module user - typo corrected for state
This commit is contained in:
parent
84f2968023
commit
046e43ec11
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Creates user accounts, manipulates existing user accounts, and removes user acco
|
|||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||
| force | | no | when used with state=absent, behavior is as with userdel --force |
|
||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||
| remove | | no | when used with state=remove, behavior is as with userdel --remove |
|
||||
| remove | | no | when used with state=absent, behavior is as with userdel --remove |
|
||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||
|
||||
Example action from Ansible :doc:`playbooks`::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue