Skip to content

Commit

Permalink
Containerd registries config not live
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sm-gravid-day committed Jan 19, 2024
1 parent 6b25876 commit 1d2dbfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/state_installed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d2dbfe

Please sign in to comment.