mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Fix idempotence for download/unpack.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
remote_src: true
|
||||
src: "{{ atl_product_download }}"
|
||||
dest: "{{ atl_product_installation_base }}/{{ atl_product_version_file.stdout }}"
|
||||
creates: "{{ atl_product_installation_base }}/{{ atl_product_version_file.stdout }}"
|
||||
owner: "{{ atl_product_user }}"
|
||||
group: "{{ atl_product_user }}"
|
||||
mode: 0755
|
||||
|
||||
Reference in New Issue
Block a user