Skip to content

Commit

Permalink
ansible: add Python 3 to centos7-arm64 hosts
Browse files Browse the repository at this point in the history
Installs Python 3 (3.6.8 at this time).
  • Loading branch information
richardlau committed Mar 23, 2021
1 parent 6882ed5 commit 0e5de4b
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 @@ -40,7 +40,7 @@ packages: {

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

Expand Down

0 comments on commit 0e5de4b

Please sign in to comment.