Skip to content

Commit

Permalink
ansible: add Python 3 to LinuxONE hosts (#2571)
Browse files Browse the repository at this point in the history
Refs: #2507
  • Loading branch information
richardlau committed Mar 16, 2021
1 parent 196227c commit f7de7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Expand Up @@ -115,7 +115,7 @@ packages: {
],

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

smartos: [
Expand Down

0 comments on commit f7de7bf

Please sign in to comment.