blob: 108ea26ddc3bcd113fc85a77ae4aedcc069b1eb4 [file] [log] [blame]
---
# tasks file for apigee-opdk-backup
- include: restore-non-postgres-component.yml
when: component_name != 'apigee-postgresql'
- include: restore-postgres-component.yml
when: component_name == 'apigee-postgresql'