We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c195e3c commit afb0e11Copy full SHA for afb0e11
ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml
@@ -126,7 +126,7 @@
126
jdk_version: 17
127
when:
128
- ansible_distribution != "Solaris"
129
- - (ansible_distribution != "Alpine" and ansible_architecture != "aarch64")
+ - not (ansible_distribution == "Alpine" and ansible_architecture == "aarch64")
130
tags: build_tools
131
- role: adoptopenjdk_install # JDK21 Build Bootstrap
132
jdk_version: 20
0 commit comments