Role service-fastd-mesh: restart fastd-exporter after changes
This commit is contained in:
parent
7bb4c241e2
commit
7d1289f811
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@
|
||||||
template:
|
template:
|
||||||
src: "fastd-exporter.service.j2"
|
src: "fastd-exporter.service.j2"
|
||||||
dest: "/etc/systemd/system/fastd-exporter.service"
|
dest: "/etc/systemd/system/fastd-exporter.service"
|
||||||
notify: reload systemd
|
notify:
|
||||||
|
- reload systemd
|
||||||
|
- restart fastd-exporter
|
||||||
|
|
||||||
- name: configure fastd-exporter systemd unit
|
- name: configure fastd-exporter systemd unit
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in a new issue