From 207fbbd41a6f2247415a4923b5f094527000f1e5 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Mon, 6 Sep 2021 08:47:37 -0400 Subject: [PATCH] feat: implement config.yaml.d --- tasks/build/preconfigure-k3s-agent-config-yaml-d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build/preconfigure-k3s-agent-config-yaml-d.yml b/tasks/build/preconfigure-k3s-agent-config-yaml-d.yml index 63399ac..0758096 100644 --- a/tasks/build/preconfigure-k3s-agent-config-yaml-d.yml +++ b/tasks/build/preconfigure-k3s-agent-config-yaml-d.yml @@ -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','') }}"