Skip to content
Snippets Groups Projects
Commit 873b6910 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

example playbooks: Fix invalid variable in ipapermission playbooks.

ipapremission playbooks were using the invalid attribute `perm_right`.
The attribute was changed to `right`.
parent e2cb68de
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -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 @@ ...@@ -8,4 +8,4 @@
ipapermission: ipapermission:
name: TestPerm1 name: TestPerm1
object_type: host object_type: host
perm_rights: all right: all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment