Introduced a handler to restart the K3s service when a change to the {{ systemd_dir }}/k3s.service is detected.
I ran into the issue several times where I changed something in the template or extra_server_args and did not see my change reflected, and had to restart the service manually to see the change applied.
This PR solves that problem
Changes
Introduced a handler to restart the K3s service when a change to the
{{ systemd_dir }}/k3s.service
is detected.I ran into the issue several times where I changed something in the template or
extra_server_args
and did not see my change reflected, and had to restart the service manually to see the change applied. This PR solves that problemLinked Issues