style 💎: Update kerberos copy task to use remote source

Changed the `copy` task in kerberos.yml to use a remote source for the krb5 configuration file, allowing for easier management of the file on remote hosts.
This commit is contained in:
2025-11-06 17:24:16 +01:00
parent 82dc88e827
commit 8e7a4e4b5d

View File

@@ -42,6 +42,7 @@
ansible.builtin.copy:
src: '{{ krb5_conf_path }}'
dest: /etc/krb5.conf
remote_src: true
owner: root
group: root
mode: '0644'