blob: 7efc683b852c26d6336f88e5cda3e85df8b52269 [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_time }}.dump'
- name: Start component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} start'