Files
ansible-freeipa/playbooks/automount/automount-map-present.yml
Rafael Guterres Jeffman a3089484b1 playbooks: Fix automount tasks to make ansible-lint happy
A few playbooks still had task name starting with lower case letters.
2023-01-17 14:24:09 -03:00

13 lines
270 B
YAML

---
- name: Automount map present example
hosts: ipaserver
become: no
tasks:
- name: Ensure map TestMap is present
ipaautomountmap:
ipaadmin_password: SomeADMINpassword
name: TestMap
location: TestLocation
desc: "this is a test map"