commit | 5c1881f8a0b9d79e60ed6851eb9a7d7035863113 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Sat Oct 08 17:24:08 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Sat Oct 08 17:24:08 2016 -0400 |
tree | 4c86a49d03b5135767dd534834ff789a3e24770e | |
parent | 837de813a8d87cdca2885d95f324d0ab8dc4a431 [diff] |
Fixed issues with finding files.
diff --git a/installations/dc2/clean.yml b/installations/dc2/clean.yml index b2a5e05..2419405 100644 --- a/installations/dc2/clean.yml +++ b/installations/dc2/clean.yml
@@ -1,9 +1,10 @@ --- - hosts: localhost connection: local - tasks: - - name: Remove .ansible_cache + - name: Clean files + async: 0 + poll: 0 ignore_errors: yes file: path: '{{ item }}'