commented ifupdown2 because it causes problem with network setup at boot on Debian

This commit is contained in:
Virgile Retault 2022-07-21 17:44:09 +02:00
parent 0b4f9607c3
commit 4491dabb5c

View file

@ -29,13 +29,13 @@
notify: Apply netplan ubuntu
when: ansible_facts["lsb"]["id"] == "Ubuntu"
- name: Install ifupdown2
apt:
name:
- ifupdown2
state: latest
update_cache: true
when: ansible_facts["lsb"]["id"] == "Debian"
#- name: Install ifupdown2
# apt:
# name:
# - ifupdown2
# state: latest
# update_cache: true
# when: ansible_facts["lsb"]["id"] == "Debian"
- name: Install bridge-utils
apt: