Update tasks/build/preconfigure-k3s-auto-deploying-manifests.yml

Co-Authored-By: Xan Manning <xan.manning@gmail.com>
This commit is contained in:
nolte 2020-01-11 20:03:58 +01:00 committed by GitHub
parent 2e03ea2e6f
commit b896e90704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"