Big Cleanup #1

Open
g33kex wants to merge 19 commits from big_cleanup into master
Showing only changes of commit 4491dabb5c - Show all commits

View file

@ -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: