mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 05:52:24 +00:00
example playbooks: Use default password in ipapermission examples.
Example playbooks for ipapermission didn't have default password set.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- name: Ensure permission TestPerm2 is present with Read rights to employeenumber
|
||||
ipapermission:
|
||||
name: TestPerm2
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
object_type: user
|
||||
right:
|
||||
- read
|
||||
|
||||
Reference in New Issue
Block a user