diff --git a/roles/ipaclient/tasks/install.yml b/roles/ipaclient/tasks/install.yml
index 7f4d565e4d4faab4a307ca50d422b140f371eeb1..7f54e067cf2ae7949952e1901fc570d3d34d067b 100644
--- a/roles/ipaclient/tasks/install.yml
+++ b/roles/ipaclient/tasks/install.yml
@@ -103,7 +103,8 @@
   when: not ipatest.krb5_keytab_ok or ipaclient_force_join
 
 - block:
-  - file:
+  - name: Install - Cleanup ccache, end playbook processing
+    file:
       path: "/etc/ipa/.dns_ccache"
       state: absent
   - meta: end_play