ansible-ThoTeam / nexus3-oss

Ansible role to install and provision sonatype nexus3-oss
GNU General Public License v3.0
293 stars 209 forks source link

Fix archive scripts permission and concurrency problems #400

Closed zeitounator closed 11 months ago

zeitounator commented 11 months ago

Users on shared systems can encounter permission and/or concurrency problems when groovy script are archived locally. This PR allows such users to change the archive directory to a personnal tmp dir rather that the system /tmp to avoid those issues.

Fixes #342