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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

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
when: ansible_distribution in ['Ubuntu']
ansible.builtin.apt: