Skip to content

Commit f7de7bf

Browse files
authored
ansible: add Python 3 to LinuxONE hosts (#2571)
Refs: #2507
1 parent 196227c commit f7de7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/baselayout/vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ packages: {
115115
],
116116

117117
rhel7: [
118-
'gcc-c++,sudo,git,zip,unzip,iptables-services,GConf2-devel,openssl-devel',
118+
'gcc-c++,sudo,git,zip,unzip,iptables-services,GConf2-devel,openssl-devel,python3',
119119
],
120120

121121
smartos: [

0 commit comments

Comments
 (0)