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:
Rafael Guterres Jeffman
2021-02-01 17:55:32 -03:00
parent e2cb68de54
commit 873b69107e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
ipapermission:
name: TestPerm2
object_type: user
perm_rights:
right:
- read
- search
- compare

View File

@@ -8,4 +8,4 @@
ipapermission:
name: TestPerm1
object_type: host
perm_rights: all
right: all