Skip to content

Commit

Permalink
Allow SELinuix on RHEL family (#241)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Nov 10, 2023
1 parent bb55bcf commit fd4e8bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/prereq/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit fd4e8bf

Please sign in to comment.