From cd5b7711f6a3918f965197f2df8f3b30a416321b Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Mon, 25 Sep 2017 15:59:04 +0200 Subject: [PATCH] roles/ipaclient/tasks/install.yml: Better message for cleanup and stop --- roles/ipaclient/tasks/install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/ipaclient/tasks/install.yml b/roles/ipaclient/tasks/install.yml index 7f4d565e..7f54e067 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