DCD-686: Check for no-op when no manifest URL specified.

This commit is contained in:
Steve Smith
2019-10-30 11:01:18 +11:00
parent 7e4d1301e1
commit 4c0cec4509
7 changed files with 84 additions and 1 deletions

View File

@@ -128,3 +128,4 @@ atl_rds_subnet_group_name: "{{ lookup('env', 'ATL_RDS_SUBNET_GROUP_NAME') }}"
atl_rds_security_group: "{{ lookup('env', 'ATL_RDS_SECURITY_GROUP') }}"
atl_backup_manifest_url: "{{ lookup('env', 'ATL_BACKUP_MANIFEST_URL') }}"
atl_restore_required: "{{ atl_backup_manifest_url is defined and atl_backup_manifest_url != '' }}"