mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-07 10:10:19 +01:00
feat: implement config.yaml.d
This commit is contained in:
parent
9db46b536d
commit
207fbbd41a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
become: "{{ k3s_become_for_directory_creation | ternary(true, false, k3s_become_for_all) }}"
|
become: "{{ k3s_become_for_directory_creation | ternary(true, false, k3s_become_for_all) }}"
|
||||||
|
|
||||||
# https://github.com/k3s-io/k3s/pull/1691
|
# https://github.com/k3s-io/k3s/pull/1691
|
||||||
- name: Ensure configuration files are copied to controllers
|
- name: Ensure configuration files are copied to agents
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
dest: "{{ k3s_config_yaml_d_dir }}/{{ item | basename | replace('.j2','') }}"
|
dest: "{{ k3s_config_yaml_d_dir }}/{{ item | basename | replace('.j2','') }}"
|
||||||
|
|
Loading…
Reference in a new issue