blob: 8e5e2543ca5dbe46a4e753b0b0df6fd82ab7c64a [file] [log] [blame]
---
# tasks file for apigee-opdk-setup-postgres-master
- name: Postgres replication master
command: '/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql setup-replication-on-master -f {{ opdk_installation_config_file }}'
- name: Wait for ready with no proxy
become: yes
command: '{{ apigee_all }} wait_for_ready'
when: validate_ready | default(true)