DCD-686: Add file permissions to s3 fetch.

This commit is contained in:
Steve Smith
2019-10-03 11:51:14 +10:00
parent 8c3d7ce9f4
commit a3b3460f97

View File

@@ -17,6 +17,7 @@
bucket: "{{ atl_backup_manifest_bucket }}" bucket: "{{ atl_backup_manifest_bucket }}"
object: "{{ atl_backup_manifest_path }}" object: "{{ atl_backup_manifest_path }}"
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'
- name: Fetch the manifest from remote host - name: Fetch the manifest from remote host