From da1bc8189d1f055551d827ecc759c488267cc805 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Dec 18 2020 11:53:18 +0000 Subject: Revert "krb-secret: use the -c to define the cache and bypass krb5.conf" This reverts commit f6d049cefbfdf03128ff9428cf86008d6ab56276. --- diff --git a/roles/krb-secret/tasks/main.yaml b/roles/krb-secret/tasks/main.yaml index d75c3ed..c03449f 100644 --- a/roles/krb-secret/tasks/main.yaml +++ b/roles/krb-secret/tasks/main.yaml @@ -21,6 +21,6 @@ no_log: true - name: Run kinit - command: kinit -c /tmp/krb5.ccache -k -t {{ krb_keytab_path }} {{ krb_principal }} + command: kinit -k -t {{ krb_keytab_path }} {{ krb_principal }} when: krb_keytab is defined no_log: true