1
0
Fork 0
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:
Jerry Vonau 2018-12-16 07:22:38 -06:00
parent 82e1a6fe63
commit f4a99abaf2

View file

@ -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