Adapt automount to IPAAnsibleModule and add code review modifications.

This commit is contained in:
Rafael Guterres Jeffman
2022-01-05 15:23:38 -03:00
parent 0d47429000
commit e1e8ff5916
5 changed files with 203 additions and 179 deletions

View File

@@ -1,7 +1,8 @@
---
- name: Automount map absent example
hosts: ipaserver
become: true
become: no
tasks:
- name: ensure map TestMap is absent
ipaautomountmap:
@@ -9,4 +10,3 @@
name: TestMap
location: TestLocation
state: absent