Skip to content

Commit

Permalink
remove .bsx install task, as policy is installed through packagemanag…
Browse files Browse the repository at this point in the history
…er already
  • Loading branch information
tux-repos authored Dec 24, 2024
1 parent 162545d commit 9662ced
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/zabbix_server/tasks/selinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,3 @@
state: "{{ selinux_allow_zabbix_can_http }}"
- name: zabbix_can_network
state: "{{ selinux_allow_zabbix_can_network }}"

- name: "SELinux | RedHat | Add SEmodule to fix SELinux issue: zabbix_server_alerter.sock"
ansible.builtin.script:
cmd: files/install_semodule.bsx
args:
creates: /etc/selinux/targeted/active/modules/400/zabbix_server_add/cil
become: true
tags:
- config

0 comments on commit 9662ced

Please sign in to comment.