mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
Fix example playbooks task name to better represent action performed.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Remove user pinky and brain
|
||||
- name: Remove user pinky
|
||||
ipauser:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: pinky
|
||||
|
||||
Reference in New Issue
Block a user