refactor(x509-exporter): change handler from enable to restart

This commit is contained in:
2026-04-30 09:18:44 +09:00
parent da9c610426
commit c9b4707cb2
+2 -2
View File
@@ -73,10 +73,10 @@
listen: "notification_restart_grafana"
ignore_errors: true # noqa: ignore-errors
- name: Enable x509-exporter.service
- name: Restart x509-exporter.service
ansible.builtin.systemd:
name: "x509-exporter.service"
state: "started"
state: "restarted"
enabled: true
daemon_reload: true
scope: "user"