We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be2807 commit ddbded5Copy full SHA for ddbded5
roles/StackStorm.st2/tasks/main.yml
@@ -8,7 +8,7 @@
8
retries: 5
9
delay: 3
10
until: _task is succeeded
11
- when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '7' and ansible_selinux.config_mode == "enforcing"
+ when: ansible_facts.os_family == 'RedHat' and ansible_facts.distribution_major_version == '7' and ansible_selinux.status == "enabled" and ansible_selinux.mode == "enforcing"
12
tags: st2
13
14
- name: Verify python3-devel is available in enabled repo
0 commit comments