mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +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:
|
||||
name: TestPerm2
|
||||
object_type: user
|
||||
perm_rights:
|
||||
right:
|
||||
- read
|
||||
- search
|
||||
- compare
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
ipapermission:
|
||||
name: TestPerm1
|
||||
object_type: host
|
||||
perm_rights: all
|
||||
right: all
|
||||
|
||||
Reference in New Issue
Block a user