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: ipapermission:
name: TestPerm2 name: TestPerm2
object_type: user object_type: user
perm_rights: right:
- read - read
- search - search
- compare - compare

View File

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