Skip to content

Commit cfd9400

Browse files
Containerd registries config not live (#222)
I found a bug where my custom containerd registries config wasn't live, despite the correct `notify` handlers being specified in the 'Ensure containerd registries file exists' task. This change fixes that by ensuring the handlers get triggered.
1 parent 6b25876 commit cfd9400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/state_installed.yml

+3
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@
4444
- k3s_build_cluster is defined
4545
- k3s_build_cluster
4646
- k3s_registration_address is defined
47+
48+
- name: Flush Handlers
49+
ansible.builtin.meta: flush_handlers

0 commit comments

Comments
 (0)