From 046e43ec111c39aab31518ae14e9089b577a16d6 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Tue, 11 Sep 2012 11:50:31 +0100 Subject: [PATCH] Module user - typo corrected for state --- rst/modules/user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst/modules/user.rst b/rst/modules/user.rst index 8f4be3566df..d866372ca13 100644 --- a/rst/modules/user.rst +++ b/rst/modules/user.rst @@ -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`::