prometheus_node_exporter: Use systemd_service

This commit is contained in:
uumas
2025-07-26 14:34:13 +03:00
parent 8af49bcc3e
commit 648da9266b

View File

@@ -1,5 +1,5 @@
--- ---
- name: Restart prometheus-node-exporter - name: Restart prometheus-node-exporter
ansible.builtin.systemd: ansible.builtin.systemd_service:
name: prometheus-node-exporter name: prometheus-node-exporter
state: restarted state: restarted