This commit is contained in:
2026-02-17 10:36:41 +01:00
parent d059ed7937
commit f308121a8e

View File

@@ -196,7 +196,7 @@
- name: Add SELinux file context for Zabbix var_lib
sefcontext:
target: "{{ zabbix_var_lib_path }}(/.*)?"
setype: zabbix_var_lib_t
setype: var_lib_t
state: present
when: ansible_selinux.status == "enabled"