ansible-roles/roles/postgresql_exporter/handlers/main.yml
2021-12-01 19:13:34 +01:00

5 lines
89 B
YAML

---
- name: restart postgres-exporter
service: name=postgres-exporter state=restarted