Allow SELinuix on RHEL family (#241)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-11-09 19:19:00 -08:00
committed by GitHub
parent bb55bcf07a
commit fd4e8bf70b

View File

@@ -1,9 +1,4 @@
--- ---
- name: Set SELinux to disabled state
ansible.posix.selinux:
state: disabled
when: ansible_os_family == 'RedHat'
- name: Install Dependent Ubuntu Packages - name: Install Dependent Ubuntu Packages
when: ansible_distribution in ['Ubuntu'] when: ansible_distribution in ['Ubuntu']
ansible.builtin.apt: ansible.builtin.apt: