From b896e90704dc27dcfde3a3ccb9abc8ebae007aae Mon Sep 17 00:00:00 2001 From: nolte Date: Sat, 11 Jan 2020 20:03:58 +0100 Subject: [PATCH] Update tasks/build/preconfigure-k3s-auto-deploying-manifests.yml Co-Authored-By: Xan Manning --- tasks/build/preconfigure-k3s-auto-deploying-manifests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml b/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml index c0b076b..719cd20 100644 --- a/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml +++ b/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml @@ -11,4 +11,4 @@ template: src: "{{ item }}" dest: "{{ k3s_server_manifests_dir }}/{{ item | basename | replace('.j2','') }}" - with_items: "{{ k3s_server_manifests_templates }}" + loop: "{{ k3s_server_manifests_templates }}"