mirror of
https://github.com/luzifer-ansible/netdata.git
synced 2024-11-09 14:20:03 +00:00
Fix: Don't reload when the service was just restarted
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
701a5c2a82
commit
dd84a3e162
1 changed files with 1 additions and 1 deletions
|
@ -75,4 +75,4 @@
|
||||||
systemd:
|
systemd:
|
||||||
name: netdata.service
|
name: netdata.service
|
||||||
state: reloaded
|
state: reloaded
|
||||||
when: configuration.changed or netdata_conf.changed
|
when: (configuration.changed or netdata_conf.changed) and not service.changed
|
||||||
|
|
Loading…
Reference in a new issue