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 }}'