mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
less time without services
This commit is contained in:
parent
82e1a6fe63
commit
f4a99abaf2
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,6 @@
|
|||
src: network/systemd-br0-slave.j2
|
||||
when: iiab_wired_lan_iface is defined and iiab_lan_iface == "br0"
|
||||
|
||||
- name: Stopping services
|
||||
include_tasks: down-debian.yml
|
||||
|
||||
- name: Remove static WAN template
|
||||
file:
|
||||
state: absent
|
||||
|
@ -42,6 +39,9 @@
|
|||
src: network/systemd-static-net.j2
|
||||
when: wan_ip != "dhcp" and not is_ubuntu_18
|
||||
|
||||
- name: Stopping services
|
||||
include_tasks: down-debian.yml
|
||||
|
||||
- name: Reload systemd
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue