mirror of
https://github.com/prometheus-community/ansible
synced 2024-12-02 00:29:17 +00:00
830e69814f
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
10 lines
219 B
YAML
10 lines
219 B
YAML
---
|
|
- name: Restart nginx_exporter
|
|
listen: "restart nginx_exporter"
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|
|
name: nginx_exporter
|
|
state: restarted
|
|
when:
|
|
- not ansible_check_mode
|