1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

refine netplan2

This commit is contained in:
Jerry Vonau 2018-12-13 05:50:53 -06:00
parent d0c66fb4d3
commit 14dd29eba4

View file

@ -111,14 +111,14 @@
tags: tags:
- network - network
- name: NetworkManager in use (if ubuntu-18 and network_manager_active) - name: NetworkManager in use - non Ubuntu 18
include_tasks: NM-debian.yml include_tasks: NM-debian.yml
when: not is_ubuntu_18 and network_manager_active when: not is_ubuntu_18 and network_manager_active
#and not installing #and not installing
tags: tags:
- network - network
- name: systemd-networkd in use - name: systemd-networkd in use - non Ubuntu 18
include_tasks: sysd-netd-debian.yml include_tasks: sysd-netd-debian.yml
when: not is_ubuntu_18 and is_debuntu and systemd_networkd_active when: not is_ubuntu_18 and is_debuntu and systemd_networkd_active
#and not installing #and not installing