PyratLabs / ansible-role-k3s

Ansible role for installing k3s as either a standalone server or HA cluster.
BSD 3-Clause "New" or "Revised" License
627 stars 135 forks source link

Containerd registries config not live #222

Closed sm-gravid-day closed 7 months ago

sm-gravid-day commented 7 months ago

Containerd registries config not live

Summary

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.

Issue type

sm-gravid-day commented 7 months ago

Tested and working - the registries config goes live shortly after the file is written out.

sm-gravid-day commented 7 months ago

@onedr0p please review this simple 3 line change - many thanks in advance