While running the Unix playbook The following error is seen
TASK [adoptopenjdk9 : Install latest release if one not already installed] *****22:12:58
509
fatal: [10.20.13.87]: FAILED! => {"changed": false, "msg": "Failure downloading https://api.adoptopenjdk.net/openjdk9/releases/x64_linux/latest/binary, HTTP Error 520: Origin Error"}
Attempting to curl https://api.adoptopenjdk.net/openjdk9/releases/x64_linux/latest/binary fails with: Error 520 Ray ID: 41fc4f71bf903048 • 2018-05-24 02:25:12 UTC Web server is returning an unknown error
curl'ing https://api.adoptopenjdk.net/openjdk8 is working fine
This currently blocks deployment and updates to systems.
Workaround: use either the command line --skip-tags option or via AWX use Skip Tags (in the template) adoptopenjdk9
Or we need to get a Java 9 release out again pronto (which we're working on)
we could just switch it to use the latest nightly for now? Or.. even better change it to use http://jdk.java.net/archive/
I'd go latest nightly
Ref: https://github.com/AdoptOpenJDK/openjdk-build/issues/317 which is what caused it (linking to tie issues together to make them all easier to close off later :-) )
switched to nightly for now. closing