| commit | f50548171ba0393d625d77726cca65265fff503d | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Tue Sep 27 15:22:57 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Tue Sep 27 15:22:57 2016 -0400 |
| tree | 0bb7b9257828e5ae72c5801b9edef66b19a6b4f5 | |
| parent | 894162f92e9325906bd4d249a83d800154401190 [diff] |
updated backup to use role.
diff --git a/tasks/main.yml b/tasks/main.yml index d70d809..55faf08 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -2,6 +2,7 @@ # tasks file for opdk-backup - name: Stop component shell: '{{ apigee_service }} {{ component_profile }} stop' + when: component_profile != 'apigee-postgresql' - name: Backup component shell: '{{ apigee_service }} {{ component_profile }} backup'