Fix linter-related issues
This commit is contained in:
parent
7cf616f6c7
commit
f0f56ecd3f
2 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@ skip_list:
|
||||||
- no-changed-when
|
- no-changed-when
|
||||||
- load-failure
|
- load-failure
|
||||||
- document-start
|
- document-start
|
||||||
|
- package-latest
|
||||||
|
|
||||||
warn_list:
|
warn_list:
|
||||||
- experimental # all rules tagged as experimental
|
- experimental # all rules tagged as experimental
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- group_vars/all/vault.yml
|
- group_vars/all/vault.yml
|
||||||
|
- utils/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
- name: Remove cached motd
|
- name: Remove cached motd
|
||||||
become: true
|
become: true
|
||||||
file:
|
file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
loop:
|
loop:
|
||||||
- /var/run/motd.dynamic
|
- /var/run/motd.dynamic
|
||||||
|
|
Loading…
Reference in a new issue