Skip to content

Commit

Permalink
ansible: add python3 to AIX hosts (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Mar 11, 2021
1 parent f95880c commit 7034b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ packages: {
],

aix: [
'bash,cmake,curl,gcc-c++,gcc6-c++,tar,unzip,git,make,sudo,python-setuptools',
'bash,cmake,curl,gcc-c++,gcc6-c++,tar,unzip,git,make,sudo,python-setuptools,python3',
],

ibmi: [
Expand Down

0 comments on commit 7034b89

Please sign in to comment.