mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Add file permissions.
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
get_url:
|
get_url:
|
||||||
url: "{{ atl_backup_manifest_url }}"
|
url: "{{ atl_backup_manifest_url }}"
|
||||||
dest: "{{ atl_backup_manifest_dest }}"
|
dest: "{{ atl_backup_manifest_dest }}"
|
||||||
|
mode: 0600
|
||||||
when: atl_backup_manifest_url.scheme != 's3'
|
when: atl_backup_manifest_url.scheme != 's3'
|
||||||
|
|
||||||
when: atl_backup_manifest_url is defined and atl_backup_manifest_url != ''
|
when: atl_backup_manifest_url is defined and atl_backup_manifest_url != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user