This commit is contained in:
Alexander Kazantsev 2026-05-15 16:02:32 +03:00
parent d01b269593
commit 090bc3a167
4 changed files with 4 additions and 3 deletions

View file

@ -19,3 +19,4 @@ warn_list:
skip_list:
- var-naming[no-role-prefix]
- name
- packages-latest

View file

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