Skip to content

Commit a1853f1

Browse files
authored
Install correct python selinux package on Amazon Linux 2 (#126)
1 parent fcfa02e commit a1853f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vars/RedHat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ nomad_os_packages:
66
- git
77
- "{% if ( ansible_distribution == 'Fedora' and ansible_distribution_version is version('28', '<') ) or \
88
( ansible_distribution == 'CentOS' and ansible_distribution_version is version('8', '<') ) or \
9+
( ansible_distribution == 'Amazon' and ansible_distribution_version is version('3', '<') ) or \
910
( ansible_distribution == 'OracleLinux' and ansible_distribution_version is version('8', '<') ) \
1011
%}\
1112
libselinux-python\

0 commit comments

Comments
 (0)