commit | 80052df747dd2047af618151aa5799ba81b086e3 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Mon Oct 10 15:11:19 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Mon Oct 10 15:11:19 2016 -0400 |
tree | abc67c04afa22192679718c31c8626b95062b35d | |
parent | 1c0312efbb5f6c6e5ec7329ebceee80c438d36df [diff] |
updated to using sudo
diff --git a/tasks/main.yml b/tasks/main.yml index cab461e..1ec1c83 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -4,6 +4,7 @@ shell: '{{ apigee_service }} apigee-postgresql stop' - name: Remove Postgres data directory + become: true file: path: '{{ apigee_installation_home }}/data/apigee-postgresql/pgdata' state: absent