mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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…
Reference in a new issue