Big Cleanup #1
1 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue