Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages: {
# partials/repo/centos7.yml for arm64
centos7_arm64: ['git,python3'], # git2u not available for aarch64 (yet)
centos7_x64: ['devtoolset-6-libatomic-devel,git222,centos-release-scl,python3'],
centos7_ppc64: ['cmake3,devtoolset-6-libatomic-devel,git,python3'],
centos7_ppc64: ['cmake3,devtoolset-6-libatomic-devel,glib2-devel,git,python3'],

centos7: [
'bzip2-devel,openssl-devel,ccache,gcc-c++,devtoolset-6,sudo,zlib-devel,libffi-devel,devtoolset-8,devtoolset-8-libatomic-devel',
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/java-base/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
# to discover the most recent release for the given adoptopenjdk_version and
# platform.
- name: fetch adoptopenjdk metadata
check_mode: no
register: adoptopenjdk_metadata
uri:
body_format: json
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/ninja/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
ansible.builtin.uri:
return_content: yes
url: https://api.github.com/repos/ninja-build/ninja/releases/latest
check_mode: no
register: ninja_latest

# Tag in GitHub is prefixed with 'v' but the output from `ninja --version` is not.
Expand Down