feat ✨: Add debug output for krb5.conf path
Added a debug output to display the path of krb5.conf, making it easier to diagnose issues with Samba provisioning.
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
) | default('', true) }}
|
||||
when: samba_provision_output.stdout is defined
|
||||
|
||||
- name: print krb5.conf path
|
||||
ansible.builtin.debug:
|
||||
msg: "Krb5.conf path: {{ krb5_conf_path }}"
|
||||
|
||||
- name: Copy krb5.conf to /etc/krb5.conf
|
||||
ansible.builtin.copy:
|
||||
src: '{{ krb5_conf_path }}'
|
||||
|
||||
Reference in New Issue
Block a user