Skip to content
Snippets Groups Projects
Unverified Commit 6000aac6 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #1029 from rjeffman/automount_tests_fix_ansible_lint

playbooks: Fix automount tasks to make ansible-lint happy
parents e8354932 a3089484
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -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 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment