mirror of
https://github.com/luzifer-ansible/netdata.git
synced 2024-12-22 17:11:17 +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:
|
||||
name: netdata.service
|
||||
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