--- | |
- 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' |