From 07f55f27bc6a6d0c71cd6f20b8ddf0f0a510467c Mon Sep 17 00:00:00 2001 From: Varun Arbatti <1063972+theghostwhoforks@users.noreply.github.com> Date: Tue, 26 Nov 2019 15:58:50 +1100 Subject: [PATCH] DCD-686: Use dict var to store results of when looking up the scheme field --- roles/restore_backups/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/restore_backups/tasks/main.yml b/roles/restore_backups/tasks/main.yml index a3ccbff..7b47149 100644 --- a/roles/restore_backups/tasks/main.yml +++ b/roles/restore_backups/tasks/main.yml @@ -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: