mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 05:40:18 +00:00
4c2902f209
Signed-off-by: gardar <gardar@users.noreply.github.com>
8 lines
188 B
YAML
8 lines
188 B
YAML
---
|
|
- name: Restart process_exporter
|
|
listen: "restart process_exporter"
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|
|
name: process_exporter
|
|
state: restarted
|