Skip to content

Commit 7e522a0

Browse files
committed
Fix restart handler
1 parent 8d6c4d7 commit 7e522a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: Restart Netdata
33
ansible.builtin.systemd:
44
name: netdata
5-
state: started
5+
state: restarted
66
daemon_reload: true
77
enabled: true
88
when: ansible_service_mgr == "systemd"

0 commit comments

Comments
 (0)