blob: 2771cad148d098e6abd6821515094d24e7b4933c [file] [log] [blame]
---
- name: Stop component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} stop'
- name: Backup component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} restore backup-{{ backup_time }}.tar.gz'
- name: Start component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} start'