mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-10 10:01:52 +01:00
fix: remove run_once
This commit is contained in:
parent
07fe0e2964
commit
82085cb80b
@ -10,7 +10,6 @@
|
||||
|
||||
# https://rancher.com/docs/k3s/latest/en/advanced/#auto-deploying-manifests
|
||||
- name: Ensure auto-deploying manifests are copied to the primary controller
|
||||
run_once: true
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}"
|
||||
dest: "{{ k3s_server_manifests_dir }}/{{ item | basename | replace('.j2','') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user