Skip to content

Commit

Permalink
fix: handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Nov 13, 2022
1 parent b0c3d8d commit 039f3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Restart postgres_exporter
- name: Restart postgres-exporter
ansible.builtin.systemd:
daemon_reload: true
name: postgres-exporter
Expand Down
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
mode: 0750
owner: postgres
group: postgres
notify: Restart postgres_exporter
notify: Restart postgres-exporter
when: not ansible_check_mode

0 comments on commit 039f3e6

Please sign in to comment.