Minor cleanup

This commit is contained in:
2022-05-27 23:14:06 -04:00
parent 330f2b5a91
commit 3a92921932
9 changed files with 12 additions and 39 deletions

View File

@@ -12,8 +12,3 @@
dest: "/etc/network/interfaces.d/{{ item.name }}"
loop: "{{ interfaces }}"
notify: reboot_host
- name: Install bridge utilities
apt:
name: bridge-utils
state: present