feat: implement config.yaml.d

This commit is contained in:
Devin Buhl 2021-09-06 08:47:37 -04:00
parent 9db46b536d
commit 207fbbd41a
No known key found for this signature in database
GPG Key ID: 77149AC618D714D6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
become: "{{ k3s_become_for_directory_creation | ternary(true, false, k3s_become_for_all) }}"
# 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:
src: "{{ item }}"
dest: "{{ k3s_config_yaml_d_dir }}/{{ item | basename | replace('.j2','') }}"