mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 05:22:05 +00:00
12 lines
224 B
YAML
12 lines
224 B
YAML
---
|
|
- name: Permission absent example
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Ensure permission is absent
|
|
ipapermission:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: TestPerm1
|
|
state: absent
|