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

example playbooks: use only one permission name.

By using only one permission name, examples are easier to follow.
parent be27a615
Branches
Tags
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
tasks: tasks:
- name: Ensure permission is present with set of rights to attribute employeenumber - name: Ensure permission is present with set of rights to attribute employeenumber
ipapermission: ipapermission:
name: TestPerm2
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
name: TestPerm1
object_type: user object_type: user
right: right:
- read - read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment