Skip to content

Commit

Permalink
ansible: install Python 3 on IBM i (#2567)
Browse files Browse the repository at this point in the history
Refs: #2507
  • Loading branch information
richardlau committed Mar 15, 2021
1 parent f65a7e6 commit 196227c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Expand Up @@ -53,7 +53,7 @@ packages: {
],

ibmi: [
'autoconf,automake,ca-certificates-mozilla,ccache,cmake,coreutils-gnu,gcc,gcc-cplusplus,gcc-cpp,git,libstdcplusplus-devel,m4-gnu,openssl-devel,python2-pip,sed-gnu,zlib-devel',
'autoconf,automake,ca-certificates-mozilla,ccache,cmake,coreutils-gnu,gcc,gcc-cplusplus,gcc-cpp,git,libstdcplusplus-devel,m4-gnu,openssl-devel,python3,python3-pip,sed-gnu,zlib-devel',
],

debian7: [
Expand Down
Expand Up @@ -8,4 +8,4 @@
pip:
name: tap2junit
state: present
executable: /QOpenSys/pkgs/bin/pip2
executable: /QOpenSys/pkgs/bin/pip3

0 comments on commit 196227c

Please sign in to comment.