mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Load the downloaded manifest into a var.
This commit is contained in:
@@ -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 != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user