We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c3d8d commit 039f3e6Copy full SHA for 039f3e6
handlers/main.yml
@@ -1,5 +1,5 @@
1
---
2
-- name: Restart postgres_exporter
+- name: Restart postgres-exporter
3
ansible.builtin.systemd:
4
daemon_reload: true
5
name: postgres-exporter
tasks/install.yml
@@ -26,5 +26,5 @@
26
mode: 0750
27
owner: postgres
28
group: postgres
29
- notify: Restart postgres_exporter
+ notify: Restart postgres-exporter
30
when: not ansible_check_mode
0 commit comments