We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9225350 commit c23dbd4Copy full SHA for c23dbd4
ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml
@@ -163,12 +163,14 @@
163
jdk_version: 24
164
when:
165
- ansible_distribution != "Solaris"
166
+ - ansible_architecture != "armv7l"
167
- not (ansible_distribution == "Alpine" and ansible_architecture == "aarch64")
168
tags: build_tools
169
- role: adoptopenjdk_install # Current LTS
170
jdk_version: 25
171
172
173
174
175
176
- role: Nagios_Plugins # AdoptOpenJDK Infrastructure
0 commit comments