mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITPLT-3785 can't recursively manage permissions on a single file; manage permissions for atl_product_version_cache file when written instead
This commit is contained in:
@@ -136,6 +136,9 @@
|
||||
ansible.builtin.template:
|
||||
src: version.j2
|
||||
dest: "{{ atl_product_version_cache }}"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "u=rwX,g=rX,o=rX"
|
||||
force: true
|
||||
|
||||
# For the first run a temp binary should be downloaded but moved to
|
||||
|
||||
Reference in New Issue
Block a user