ansible-role-prometheus/handlers/main.yml
2020-05-22 21:17:59 +02:00

7 lines
175 B
YAML

- name: regenerate prometheus config
command: /usr/local/sbin/prometheus-generate-config.sh
- name: restart prometheus
service:
name: prometheus
state: restarted