Skip to content

Commit

Permalink
python3 SELinux packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescassell committed May 20, 2020
1 parent c42d8aa commit aae843e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,19 @@
- ansible_host | default(inventory_hostname) in ['localhost', '127.0.0.1']
- rhel_07_020030 or rhel_07_010480

- name: "PRELIM | RHEL-07-020210 | RHEL-07-020220| Install SELinux related dependencies"
- name: "PRELIM | RHEL-07-020210 | RHEL-07-020220 | Install SELinux related dependencies"
yum:
name:
- libselinux-python
- "{{ ansible_distribution_major_version is version_compare('8', '<') | ternary('libselinux-python', 'python3-libselinux') }}"
- selinux-policy-targeted
when:
- rhel_07_020210 or rhel_07_020220
tags:
- cat1
- high
- patch
- RHEL-07-020210
- RHEL-07-020220

- name: "PRELIM | Bare bones SSH Server"
block:
Expand Down

0 comments on commit aae843e

Please sign in to comment.