mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 21:42:17 +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:
@@ -6,6 +6,7 @@
|
||||
tasks:
|
||||
- name: Ensure permission TestPerm1 is absent
|
||||
ipapermission:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: TestPerm1
|
||||
state: absent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user