Merge "CentOS: Disable SELinux in litmus jobs"

This commit is contained in:
Zuul 2022-06-13 15:41:52 +00:00 committed by Gerrit Code Review
commit b866d806cb

View File

@ -1,5 +1,12 @@
- hosts: all
tasks:
- name: Put SELinux in permissive mode
shell:
selinuxenabled && setenforce 0
become: yes
when:
- ansible_os_family == 'RedHat'
- shell:
cmd: |
set -e