Containerd registries config not live

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.
This commit is contained in:
David Gray 2024-01-19 15:59:56 +00:00
parent 6b258763be
commit 1d2dbfee7f
1 changed files with 3 additions and 0 deletions

View File

@ -44,3 +44,6 @@
- k3s_build_cluster is defined
- k3s_build_cluster
- k3s_registration_address is defined
- name: Flush Handlers
ansible.builtin.meta: flush_handlers