mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-10 17:14:29 +05:00
Fix order
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
---
|
||||
- name: Restart sing-box
|
||||
service:
|
||||
name: sing-box
|
||||
state: restarted
|
||||
|
||||
- name: Restart network
|
||||
service:
|
||||
name: network
|
||||
@@ -23,9 +28,4 @@
|
||||
- name: Restart dnsmasq
|
||||
service:
|
||||
name: dnsmasq
|
||||
state: restarted
|
||||
|
||||
- name: Restart sing-box
|
||||
service:
|
||||
name: sing-box
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user