commit | 81586271621296e01502d6f6a0c3fe6a6f7b30c9 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Sat Oct 08 16:35:51 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Sat Oct 08 16:35:51 2016 -0400 |
tree | 5c784792ba4724eab923491f63762caf1eee9d5b | |
parent | 539ea78479f60305ec4b81f55fe9310b0ac2b4ea [diff] |
Fixed issues with finding files.
diff --git a/installations/dc2/clean.yml b/installations/dc2/clean.yml index a6f16d7..b2a5e05 100644 --- a/installations/dc2/clean.yml +++ b/installations/dc2/clean.yml
@@ -4,10 +4,10 @@ tasks: - name: Remove .ansible_cache + ignore_errors: yes file: path: '{{ item }}' state: absent - force: yes with_items: - '~/.ansible/tmp/cache' - '~/.ansible/tmp/ansible.log'