Skip to content

Commit

Permalink
Test disable crac
Browse files Browse the repository at this point in the history
  • Loading branch information
dmelina committed Oct 1, 2024
1 parent 17e398e commit 31aa8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/java/tasks/zulu.x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# java_version is xx.x format instead of xx.xx.xx.xx previuously
- name: getting package download url for X86 arch
uri:
url: "https://api.azul.com/zulu/download/community/v1.0/bundles/?os=linux&jdk_version={{java_version | regex_replace('([0-9]+.[0-9]+).*','\\1') }}&bundle_type={{ java_bundle_type }}&latest=true&ext=tar.gz&arch=x86&hw_bitness=64&javafx=false&crac_supported=false"
url: "https://api.azul.com/zulu/download/community/v1.0/bundles/?os=linux&jdk_version={{java_version | regex_replace('([0-9]+.[0-9]+).*','\\1') }}&bundle_type={{ java_bundle_type }}&latest=true&ext=tar.gz&arch=x86&hw_bitness=64&javafx=false&crac=false"
return_content: yes
register: zulu_download_url

Expand Down

0 comments on commit 31aa8f5

Please sign in to comment.