Do not use logcheck group anymore
This commit is contained in:
parent
a28aa00bbd
commit
b4fcb1bfdc
@ -19,7 +19,6 @@
|
||||
ansible.builtin.copy:
|
||||
src: "{{ system_base_logs_ignore_dir }}/{{ item }}"
|
||||
dest: "/etc/logcheck/ignore.d.server/{{ item }}"
|
||||
group: "logcheck"
|
||||
mode: 0644
|
||||
loop: "{{ system_base_logs_ignore_files_stat.results | selectattr('stat.exists') |
|
||||
map(attribute='item') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user