1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

move netplan before hostapd to pick up set_fact sysd-netd-active

This commit is contained in:
Jerry Vonau 2020-04-30 19:35:15 -05:00
parent 325db43473
commit 63c64271af

View file

@ -47,6 +47,11 @@
include_tasks: squid.yml
when: squid_install and FQDN_changed and iiab_stage|int == 9
#preprep for backends
- name: Netplan in use on Ubuntu 18.04+
include_tasks: netplan.yml
when: is_ubuntu and not is_ubuntu_16
#### Start services
- include_tasks: avahi.yml
@ -63,12 +68,6 @@
when: is_redhat | bool
#and not installing
- name: Netplan in use on Ubuntu 18.04+
include_tasks: netplan.yml
when: is_ubuntu and not is_ubuntu_16
#when: is_ubuntu_18 | bool
#and not installing
- name: NetworkManager in use
include_tasks: NM-debian.yml
when: is_debuntu and network_manager_active