DCD-686: Use dict var to store results of when looking up the scheme field

This commit is contained in:
Varun Arbatti
2019-11-26 15:58:50 +11:00
parent b58deab2c3
commit 07f55f27bc

View File

@@ -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: