Björn Oscarsson
Björn Oscarsson
Seems Docker images are not being built when commit is done on master. Last time it worked was 5 months ago. @bruth Can you check why it is not built...
Since end of September 2021 Docker Compose V2 (https://github.com/docker/compose/releases) was released and is a complete rewrite and base itself on an more open specification (https://compose-spec.io/). This role handle installation of...
Fixes #410 but also add same typ of retry to the second get_url for remote plugins since recommendation from Ansible is to always define retries you get via unreliable networks.
I have just tested that current download is defined in nexus_install.yml does not work when you set nexus_download_retries to higher than 0. This because the HTTP status 304 "Not Modified"...
# Problem If you create a Maven group repository via the GUI you must select "Maven 2" related properties related to "Version policy", "Layout policy" and "Content Disposition". All works...
Direct use of `ansible_` of Ansible facts as top-level variables is deprecated so this must be changed to instead use `ansible_facts` and then access the variable without the `ansible_` prefix...