Skip to content
Snippets Groups Projects
Commit cd5b7711 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

roles/ipaclient/tasks/install.yml: Better message for cleanup and stop

parent 95811b02
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,8 @@ ...@@ -103,7 +103,8 @@
when: not ipatest.krb5_keytab_ok or ipaclient_force_join when: not ipatest.krb5_keytab_ok or ipaclient_force_join
- block: - block:
- file: - name: Install - Cleanup ccache, end playbook processing
file:
path: "/etc/ipa/.dns_ccache" path: "/etc/ipa/.dns_ccache"
state: absent state: absent
- meta: end_play - meta: end_play
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment