mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
README-user.md: Fix state for user rename in example playbook
A user rename requires "state: renamed". This has been wrong in the example.
This commit is contained in:
@@ -311,7 +311,7 @@ Example playbook to rename users:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: pinky
|
||||
rename: reddy
|
||||
state: enabled
|
||||
state: renamed
|
||||
```
|
||||
|
||||
Example playbook to unlock users:
|
||||
|
||||
Reference in New Issue
Block a user