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
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