mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
build
This commit is contained in:
@@ -196,7 +196,7 @@
|
|||||||
- name: Add SELinux file context for Zabbix var_lib
|
- name: Add SELinux file context for Zabbix var_lib
|
||||||
sefcontext:
|
sefcontext:
|
||||||
target: "{{ zabbix_var_lib_path }}(/.*)?"
|
target: "{{ zabbix_var_lib_path }}(/.*)?"
|
||||||
setype: zabbix_var_lib_t
|
setype: var_lib_t
|
||||||
state: present
|
state: present
|
||||||
when: ansible_selinux.status == "enabled"
|
when: ansible_selinux.status == "enabled"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user