mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
roles/ipaclient/tasks/install.yml: Better message for cleanup and stop
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user