commit | 4f87245741899e67ef52f5a75f981ab1c436534b | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Sep 01 09:10:43 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Sep 01 09:10:43 2017 -0400 |
tree | bfd24b71418c6e7ee1a9a3229a012e2826a70f41 | |
parent | 70bf3f3606622a0975a6da3ebbae02f1e8d569e1 [diff] |
updated variable used
diff --git a/tasks/main.yml b/tasks/main.yml index c5c0d6e..4b621f6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -3,7 +3,7 @@ - block: - name: Clear the pgdata folder file: - path: "{{ apigee_installation_home }}/data/apigee-postgresql" + path: "{{ apigee_postgresql_data_dir }}" state: absent - name: Postgres replication standby