diff --git a/tasks/verify.yml b/tasks/verify.yml index ddefd66..808642c 100644 --- a/tasks/verify.yml +++ b/tasks/verify.yml @@ -111,7 +111,7 @@ ansible.builtin.debug: msg: "Kerberos kinit verification successful. Output: {{ kinit_check.stdout }}" -- name: Optional: Show the cached Kerberos ticket +- name: Optional - Show the cached Kerberos ticket ansible.builtin.command: klist register: klist_output changed_when: false