mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-11 17:44: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
|
||||
@@ -24,8 +29,3 @@
|
||||
service:
|
||||
name: dnsmasq
|
||||
state: restarted
|
||||
|
||||
- name: Restart sing-box
|
||||
service:
|
||||
name: sing-box
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user