mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Use dict var to store results of when looking up the scheme field
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
bucket: "{{ atl_backup_manifest_bucket }}"
|
||||
object: "{{ atl_backup_manifest_path }}"
|
||||
dest: "{{ atl_backup_manifest_dest }}"
|
||||
when: atl_backup_manifest_url.scheme == 's3'
|
||||
when: atl_backup_manifest_dict.scheme == 's3'
|
||||
|
||||
- name: Load parameters from manifest
|
||||
include_vars:
|
||||
|
||||
Reference in New Issue
Block a user