diff --git a/playbooks/prepare-node-litmus.yaml b/playbooks/prepare-node-litmus.yaml index 1873cd98d..c3014990b 100644 --- a/playbooks/prepare-node-litmus.yaml +++ b/playbooks/prepare-node-litmus.yaml @@ -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