mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
run netplan.yml if Ubuntu 18.04 or higher
This commit is contained in:
parent
c1c467fc43
commit
0682b03931
1 changed files with 9 additions and 8 deletions
|
@ -104,9 +104,10 @@
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
- name: Netplan in use on Ubuntu 18
|
- name: Netplan in use on Ubuntu 18.04+
|
||||||
include_tasks: netplan.yml
|
include_tasks: netplan.yml
|
||||||
when: is_ubuntu_18
|
when: is_ubuntu and not is_ubuntu_16
|
||||||
|
#when: is_ubuntu_18
|
||||||
#and not installing
|
#and not installing
|
||||||
tags:
|
tags:
|
||||||
- network
|
- network
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue