fix: remove run_once

This commit is contained in:
ᗪєνιη ᗷυнʟ 2021-05-25 19:23:13 -04:00 committed by GitHub
parent 07fe0e2964
commit 82085cb80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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','') }}"