commented ifupdown2 because it causes problem with network setup at boot on Debian
This commit is contained in:
parent
0b4f9607c3
commit
4491dabb5c
1 changed files with 7 additions and 7 deletions
|
@ -29,13 +29,13 @@
|
||||||
notify: Apply netplan ubuntu
|
notify: Apply netplan ubuntu
|
||||||
when: ansible_facts["lsb"]["id"] == "Ubuntu"
|
when: ansible_facts["lsb"]["id"] == "Ubuntu"
|
||||||
|
|
||||||
- name: Install ifupdown2
|
#- name: Install ifupdown2
|
||||||
apt:
|
# apt:
|
||||||
name:
|
# name:
|
||||||
- ifupdown2
|
# - ifupdown2
|
||||||
state: latest
|
# state: latest
|
||||||
update_cache: true
|
# update_cache: true
|
||||||
when: ansible_facts["lsb"]["id"] == "Debian"
|
# when: ansible_facts["lsb"]["id"] == "Debian"
|
||||||
|
|
||||||
- name: Install bridge-utils
|
- name: Install bridge-utils
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue