commit | a2b27bb9100b1c4bc11324ffeb6ab4469fd62cd9 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Mon Mar 13 11:57:08 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Mon Mar 13 11:57:08 2017 -0400 |
tree | bb12e9aad4a0c6531ce86fdf5476eb4af24da6d3 | |
parent | 8f9118271c7063c991729bc190d212ccc5d47f66 [diff] |
added cleanup
diff --git a/tasks/main.yml b/tasks/main.yml index b3fccf9..0bd0537 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,5 +1,10 @@ --- # tasks file for apigee-opdk-extension-ds +- name: Nodetool cleanup before flush + shell: '{{ nodetool }} cleanup' + environment: + JAVA_HOME: '{{ java_home }}' + - name: Nodetool flush before repair shell: '{{ nodetool }} flush' environment: