Skip to content

Commit 0e5de4b

Browse files
committed
ansible: add Python 3 to centos7-arm64 hosts
Installs Python 3 (3.6.8 at this time).
1 parent 6882ed5 commit 0e5de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/baselayout/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ packages: {
4040

4141
# centos-release-scl is required to enable SCLo but we do it manually in
4242
# partials/repo/centos7.yml for arm64
43-
centos7_arm64: ['git'], # git2u not available for aarch64 (yet)
43+
centos7_arm64: ['git,python3'], # git2u not available for aarch64 (yet)
4444
centos7_x64: ['devtoolset-6-libatomic-devel,git2u,centos-release-scl'],
4545
centos7_ppc64: ['cmake3,devtoolset-6-libatomic-devel,git,python3'],
4646

0 commit comments

Comments
 (0)