Skip to content
Snippets Groups Projects
Commit a3089484 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

playbooks: Fix automount tasks to make ansible-lint happy

A few playbooks still had task name starting with lower case letters.
parent 308d970b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
become: no
tasks:
- name: ensure map TestMap is absent
- name: Ensure map TestMap is absent
ipaautomountmap:
ipaadmin_password: SomeADMINpassword
name: TestMap
......
......@@ -4,7 +4,7 @@
become: no
tasks:
- name: ensure map TestMap is present
- name: Ensure map TestMap is present
ipaautomountmap:
ipaadmin_password: SomeADMINpassword
name: TestMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment