This commit is contained in:
2026-02-17 10:38:45 +01:00
parent f308121a8e
commit aeb4713f26

View File

@@ -203,7 +203,7 @@
- name: Add SELinux file context for Zabbix logs
sefcontext:
target: "{{ zabbix_log_path }}(/.*)?"
setype: zabbix_log_t
setype: var_log_t
state: present
when: ansible_selinux.status == "enabled"