commit | 3f5f5c21154018158bffcd9fecf0d71bc8416285 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Sat Mar 18 09:41:00 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Sat Mar 18 09:41:00 2017 -0400 |
tree | b1b78506a5599f227596aaf21a5d8cdb81dc849a | |
parent | fbe6c0cb4c670ca21d094e862174d8a987243a3e [diff] |
cleaned up module
diff --git a/tasks/main.yml b/tasks/main.yml index 1ec1c83..182a3f4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -11,7 +11,6 @@ - name: Postgres replication standby shell: '{{ apigee_service }} apigee-postgresql setup-replication-on-standby -f {{ opdk_installation_config_file }}' - register: results -- name: Validate posgres replication standby +- name: Validate postgres replication standby shell: '{{ apigee_service }} apigee-postgresql postgres-check-standby'