diff --git a/handlers/main.yml b/handlers/main.yml index 04dd6a9..8ba5f0b 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -23,4 +23,9 @@ - name: Restart dnsmasq service: name: dnsmasq + state: restarted + + - name: Restart sing-box + service: + name: sing-box state: restarted \ No newline at end of file