mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Fix typo in README-permission.md
There is a typo "Eure" instead of "Ensure" in the rename task.
This commit is contained in:
@@ -142,7 +142,7 @@ Example playbook to make sure permission "MyPermission" is renamed to "MyNewPerm
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Eure permission "MyPermission" is renamed to "MyNewPermission
|
||||
- name: Ensure permission "MyPermission" is renamed to "MyNewPermission
|
||||
ipapermission:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: MyPermission
|
||||
|
||||
Reference in New Issue
Block a user