mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-22 11:48:22 +01:00
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.
This commit is contained in:
parent
6b258763be
commit
cfd9400edf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user