| commit | daf5fb66f47bb85e612016557f4f89dbcc69aac1 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Nov 21 02:26:36 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Nov 21 02:26:36 2017 -0500 |
| tree | 39513b4664b5f2a04aef288f9b96295b85bd97bd | |
| parent | 6a646e69ce5f9e8dc9a1b0cac750c8d62010a87f [diff] |
updates for adding pg master standby config to dev portal
diff --git a/tasks/main.yml b/tasks/main.yml index 5482859..61e3e30 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -7,6 +7,3 @@ become: yes command: '{{ apigee_all }} wait_for_ready' when: validate_ready | default(true) - -- name: Validate postgres replication master - command: '{{ apigee_service }} apigee-postgresql postgres-check-master'