fix(copy_files.yml): correct formatting of template files task

This commit is contained in:
2026-07-28 00:48:36 +02:00
parent 385b4a6802
commit 4310ae08b0
+1 -1
View File
@@ -162,7 +162,7 @@
notify: "Reload postfwd"
- name: (copy_files.yml) copy template files
- name: (copy_files.yml) copy template files
ansible.builtin.template:
src: "{{ item.src_path }}"
dest: "{{ item.dest_path }}"