lint fix
This commit is contained in:
parent
d01b269593
commit
090bc3a167
4 changed files with 4 additions and 3 deletions
|
|
@ -19,3 +19,4 @@ warn_list:
|
|||
skip_list:
|
||||
- var-naming[no-role-prefix]
|
||||
- name
|
||||
- packages-latest
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Find all files in /etc/sysctl.d
|
||||
ansible.builtin.find:
|
||||
paths: /etc/sysctl.d
|
||||
recurse: yes
|
||||
recurse: true
|
||||
file_type: any
|
||||
register: files_to_delete
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue