Do not become root to scan local files

This commit is contained in:
Wojciech Kozlowski 2023-02-11 12:36:59 +01:00
parent 61c63ae729
commit 6781336aff

View File

@ -9,6 +9,7 @@
- name: "identify logcheck ignore files"
delegate_to: "localhost"
become: false
ansible.builtin.stat:
path: "{{ system_base_logs_ignore_dir }}/{{ item }}"
register: system_base_logs_ignore_files_stat