mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
refine netplan2
This commit is contained in:
parent
d0c66fb4d3
commit
14dd29eba4
1 changed files with 2 additions and 2 deletions
|
@ -111,14 +111,14 @@
|
|||
tags:
|
||||
- network
|
||||
|
||||
- name: NetworkManager in use (if ubuntu-18 and network_manager_active)
|
||||
- name: NetworkManager in use - non Ubuntu 18
|
||||
include_tasks: NM-debian.yml
|
||||
when: not is_ubuntu_18 and network_manager_active
|
||||
#and not installing
|
||||
tags:
|
||||
- network
|
||||
|
||||
- name: systemd-networkd in use
|
||||
- name: systemd-networkd in use - non Ubuntu 18
|
||||
include_tasks: sysd-netd-debian.yml
|
||||
when: not is_ubuntu_18 and is_debuntu and systemd_networkd_active
|
||||
#and not installing
|
||||
|
|
Loading…
Reference in a new issue