mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +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
|
become: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Eure permission "MyPermission" is renamed to "MyNewPermission
|
- name: Ensure permission "MyPermission" is renamed to "MyNewPermission
|
||||||
ipapermission:
|
ipapermission:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: MyPermission
|
name: MyPermission
|
||||||
|
|||||||
Reference in New Issue
Block a user