Files
ansible-freeipa/playbooks/automount/automount-map-absent.yaml
2022-01-11 09:43:41 -03:00

13 lines
255 B
YAML

---
- name: Automount map absent example
hosts: ipaserver
become: no
tasks:
- name: ensure map TestMap is absent
ipaautomountmap:
ipaadmin_password: SomeADMINpassword
name: TestMap
location: TestLocation
state: absent