Unverified Commit fd4e8bf7 authored by Derek Nola's avatar Derek Nola Committed by GitHub
Browse files

Allow SELinuix on RHEL family (#241)



Signed-off-by: default avatarDerek Nola <derek.nola@suse.com>
parent bb55bcf0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
---
- 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: