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'