mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 13:23:30 +01:00
Update tasks/build/preconfigure-k3s-auto-deploying-manifests.yml
Co-Authored-By: Xan Manning <xan.manning@gmail.com>
This commit is contained in:
parent
2e03ea2e6f
commit
b896e90704
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue