mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-15 14:02:02 +00:00
Merge pull request #1029 from rjeffman/automount_tests_fix_ansible_lint
playbooks: Fix automount tasks to make ansible-lint happy
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
become: no
|
become: no
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: ensure map TestMap is absent
|
- name: Ensure map TestMap is absent
|
||||||
ipaautomountmap:
|
ipaautomountmap:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestMap
|
name: TestMap
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
become: no
|
become: no
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: ensure map TestMap is present
|
- name: Ensure map TestMap is present
|
||||||
ipaautomountmap:
|
ipaautomountmap:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: TestMap
|
name: TestMap
|
||||||
|
|||||||
Reference in New Issue
Block a user