mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
example playbooks: use only one permission name.
By using only one permission name, examples are easier to follow.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
tasks:
|
||||
- name: Ensure permission is present with set of rights to attribute employeenumber
|
||||
ipapermission:
|
||||
name: TestPerm2
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: TestPerm1
|
||||
object_type: user
|
||||
right:
|
||||
- read
|
||||
|
||||
Reference in New Issue
Block a user