mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +00:00
example playbooks: Fix invalid variable in ipapermission playbooks.
ipapremission playbooks were using the invalid attribute `perm_right`. The attribute was changed to `right`.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
ipapermission:
|
ipapermission:
|
||||||
name: TestPerm2
|
name: TestPerm2
|
||||||
object_type: user
|
object_type: user
|
||||||
perm_rights:
|
right:
|
||||||
- read
|
- read
|
||||||
- search
|
- search
|
||||||
- compare
|
- compare
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
ipapermission:
|
ipapermission:
|
||||||
name: TestPerm1
|
name: TestPerm1
|
||||||
object_type: host
|
object_type: host
|
||||||
perm_rights: all
|
right: all
|
||||||
|
|||||||
Reference in New Issue
Block a user