Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
itdoginfo committed May 6, 2024
1 parent b5b6a7a commit db0d064
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: Restart sing-box
service:
name: sing-box
state: restarted

- name: Restart network
service:
name: network
Expand All @@ -23,9 +28,4 @@
- name: Restart dnsmasq
service:
name: dnsmasq
state: restarted

- name: Restart sing-box
service:
name: sing-box
state: restarted

0 comments on commit db0d064

Please sign in to comment.