DCD-686: Load the downloaded manifest into a var.

This commit is contained in:
Steve Smith
2019-10-03 16:11:58 +10:00
parent 2a0a1814c8
commit 3dca469177

View File

@@ -35,4 +35,9 @@
dest: "{{ atl_backup_manifest_dest }}" dest: "{{ atl_backup_manifest_dest }}"
when: atl_backup_manifest_url.scheme != 's3' when: atl_backup_manifest_url.scheme != 's3'
- name: Load parameters from manifest
include_vars:
file: "{{ atl_backup_manifest_dest }}"
name: atl_backup_manifest
when: atl_backup_manifest_url is defined and atl_backup_manifest_url != '' when: atl_backup_manifest_url is defined and atl_backup_manifest_url != ''