From 4310ae08b020e09cc861e064b6eccfda2336e0d0 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 28 Jul 2026 00:48:36 +0200 Subject: [PATCH] fix(copy_files.yml): correct formatting of template files task --- roles/common/tasks/copy_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/copy_files.yml b/roles/common/tasks/copy_files.yml index 1a124c5..dfbf1a1 100644 --- a/roles/common/tasks/copy_files.yml +++ b/roles/common/tasks/copy_files.yml @@ -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 }}"