Skip to content

Commit

Permalink
Install selinux packages regardless
Browse files Browse the repository at this point in the history
Use the generic `package` module for package installs, and install
this ansible dependency regardless.
  • Loading branch information
eb4x committed Jun 8, 2024
1 parent 12173d9 commit bece271
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions roles/zabbix_web/tasks/selinux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
- name: "SELinux | RedHat | Install related SELinux package on RHEL9 and RHEL8"
ansible.builtin.yum:
- name: "SELinux | Install related SELinux package"
ansible.builtin.package:
name:
- python3-libsemanage
state: present
environment:
http_proxy: "{{ zabbix_http_proxy | default(None) | default(omit) }}"
https_proxy: "{{ zabbix_https_proxy | default(None) | default(omit) }}"
Expand Down

0 comments on commit bece271

Please sign in to comment.