Fix linter-related issues
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/39/head
jeltz 3 years ago
parent 7cf616f6c7
commit f0f56ecd3f

@ -2,9 +2,11 @@ skip_list:
- no-changed-when
- load-failure
- document-start
- package-latest
warn_list:
- experimental # all rules tagged as experimental
exclude_paths:
- group_vars/all/vault.yml
- group_vars/all/vault.yml
- utils/

@ -2,7 +2,7 @@
- name: Remove cached motd
become: true
file:
path: "{{ item }}"
path: "{{ item }}"
state: absent
loop:
- /var/run/motd.dynamic

Loading…
Cancel
Save