playbooks/automount: All playbooks should use .yml

The playbooks automount-map-absent.yaml and automount-map-present.yaml
have been using the wrong extention. The files have been renamed to use
.yml now.
This commit is contained in:
Thomas Woerner
2023-01-17 13:32:10 +01:00
parent 434905432d
commit 3292252802
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- 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"