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 ddbded5 commit d587460Copy full SHA for d587460
roles/StackStorm.nginx/vars/redhat.yml
@@ -1,3 +1,4 @@
1
selinux_dependencies:
2
- libsemanage-python
3
- libselinux-python
4
+ - libselinux-python3
roles/StackStorm.st2/tasks/main.yml
@@ -1,16 +1,4 @@
---
-- name: Install python3 SELinux policies
- become: yes
- yum:
5
- name: libselinux-python3
6
- state: present
7
- register: _task
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.status == "enabled" and ansible_selinux.mode == "enforcing"
12
- tags: st2
13
-
14
- name: Verify python3-devel is available in enabled repo
15
become: yes
16
shell:
0 commit comments