DCD-686: Add file permissions.

This commit is contained in:
Steve Smith
2019-10-03 11:50:14 +10:00
parent 347bdab24d
commit 8c3d7ce9f4

View File

@@ -23,6 +23,7 @@
get_url:
url: "{{ atl_backup_manifest_url }}"
dest: "{{ atl_backup_manifest_dest }}"
mode: 0600
when: atl_backup_manifest_url.scheme != 's3'
when: atl_backup_manifest_url is defined and atl_backup_manifest_url != ''