Files
ansible-freeipa/playbooks/permission/permission-absent.yml
2021-02-01 18:02:33 -03:00

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