commit | c87e0787751b04966026041456e27fa840fc935f | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Jan 29 12:35:59 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Jan 29 12:35:59 2018 -0500 |
tree | 05fe3ffbe01f844da4ba9b4fa0a5029bd2df7f5a | |
parent | 3053ff629db8e0c30a104bba0427239c63912e2e [diff] |
updated roles
diff --git a/tasks/main.yml b/tasks/main.yml index c92c149..f6bfec2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -2,6 +2,7 @@ # tasks file for apigee-opdk-setup-postgres-standby - block: - name: Clear the pgdata folder + become: yes file: path: "{{ apigee_postgresql_data_dir }}" state: absent