Skip to content

Commit

Permalink
fix: configure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Nov 13, 2022
1 parent fe250a1 commit 394aca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
- name: Copy the Node Exporter systemd service file
- name: Copy the Redis Exporter systemd service file
ansible.builtin.template:
src: redis-exporter.service.j2
dest: /etc/systemd/system/redis-exporter.service
owner: root
group: root
mode: 0644
notify: restart redis_exporter
notify: restart redis-exporter

0 comments on commit 394aca5

Please sign in to comment.