mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
library/ipatest.py: Additional ccache removal
This commit is contained in:
@@ -187,6 +187,12 @@ def main():
|
|||||||
host_principal = 'host/%s@%s' % (hostname, realm)
|
host_principal = 'host/%s@%s' % (hostname, realm)
|
||||||
sssd = True
|
sssd = True
|
||||||
|
|
||||||
|
# Remove IPA_DNS_CCACHE remain if it exists
|
||||||
|
try:
|
||||||
|
os.remove(paths.IPA_DNS_CCACHE)
|
||||||
|
except OSError:
|
||||||
|
pass
|
||||||
|
|
||||||
krb5_keytab_ok = False
|
krb5_keytab_ok = False
|
||||||
ca_crt_exists = os.path.exists(paths.IPA_CA_CRT)
|
ca_crt_exists = os.path.exists(paths.IPA_CA_CRT)
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user