Skip to content

Commit

Permalink
Install correct python selinux package on Amazon Linux 2 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blefish committed May 5, 2021
1 parent fcfa02e commit a1853f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ nomad_os_packages:
- git
- "{% if ( ansible_distribution == 'Fedora' and ansible_distribution_version is version('28', '<') ) or \
( ansible_distribution == 'CentOS' and ansible_distribution_version is version('8', '<') ) or \
( ansible_distribution == 'Amazon' and ansible_distribution_version is version('3', '<') ) or \
( ansible_distribution == 'OracleLinux' and ansible_distribution_version is version('8', '<') ) \
%}\
libselinux-python\
Expand Down

0 comments on commit a1853f1

Please sign in to comment.