Skip to content

Commit 196227c

Browse files
authored
ansible: install Python 3 on IBM i (#2567)
Refs: #2507
1 parent f65a7e6 commit 196227c

File tree

2 files changed

+2
-2
lines changed
  • ansible/roles

2 files changed

+2
-2
lines changed

ansible/roles/baselayout/vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ packages: {
5353
],
5454

5555
ibmi: [
56-
'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',
56+
'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',
5757
],
5858

5959
debian7: [

ansible/roles/jenkins-worker/tasks/partials/tap2junit/ibmi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
pip:
99
name: tap2junit
1010
state: present
11-
executable: /QOpenSys/pkgs/bin/pip2
11+
executable: /QOpenSys/pkgs/bin/pip3

0 commit comments

Comments
 (0)