Skip to content

Commit

Permalink
fix ansible-lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <[email protected]>
  • Loading branch information
kogeler committed Nov 24, 2023
1 parent 41297f5 commit 69f5655
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions roles/key_inject/.ansible-lint
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
skip_list:
- name[casing]
- empty-string-compare # Don't compare to empty string
- experimental # all rules tagged as experimental
- "306" # Ignore not setting pipefail - required for sh shell
- name[template] # Style enforcement
5 changes: 1 addition & 4 deletions roles/nginx/.ansible-lint
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
skip_list:
- name[casing]
- empty-string-compare # Don't compare to empty string
- experimental # all rules tagged as experimental
- "306" # Ignore not setting pipefail - required for sh shell
- name[template] # Style enforcement
- name[template]
4 changes: 0 additions & 4 deletions roles/nginx_exporter/.ansible-lint
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
skip_list:
- name[casing]
- empty-string-compare # Don't compare to empty string
- experimental # all rules tagged as experimental
- "306" # Ignore not setting pipefail - required for sh shell
- name[template] # Style enforcement

0 comments on commit 69f5655

Please sign in to comment.