summaryrefslogtreecommitdiff
path: root/roles/vm/host
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-03 03:33:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-03 03:33:21 +0200
commit1b5e37c03eeef86c56722b7141e80cb97c8af1f0 (patch)
tree88fa43a2aaa7287f2ec2c6ea8774fa76850f3763 /roles/vm/host
parentwhitespace fix (diff)
don't use netplan
Diffstat (limited to 'roles/vm/host')
-rw-r--r--roles/vm/host/tasks/network.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/vm/host/tasks/network.yml b/roles/vm/host/tasks/network.yml
index 16fe9314..343a1b00 100644
--- a/roles/vm/host/tasks/network.yml
+++ b/roles/vm/host/tasks/network.yml
@@ -1,5 +1,4 @@
---
-## TODO: add support for ubuntu netplan
- name: create interface config
copy:
dest: "/etc/network/interfaces.d/{{ vm_host.network.interface }}"