commit | 14499d2076b615215b36d0ff1ae280f9b846e56c | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Thu Apr 06 10:28:02 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Thu Apr 06 10:28:02 2017 -0400 |
tree | 5140cbff83c07dbe023512c821930b099d21a1a9 | |
parent | fcc9fe04789c4753dbabc2077e1ba908454c709f [diff] |
consolidated roles
diff --git a/tasks/main.yml b/tasks/main.yml index 30965df..f3b6c68 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,14 +1,5 @@ --- # tasks file for apigee-opdk-setup-postgres-standby -- name: Stop postgres - shell: '{{ apigee_service }} apigee-postgresql stop' - -- name: Remove Postgres data directory - become: true - file: - path: '{{ apigee_installation_home }}/data/apigee-postgresql/pgdata' - state: absent - - block: - name: Postgres replication standby