From 97deaa3a173ee080b7cbcade23e612604c40a030 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 4 Jun 2016 19:23:59 +0200 Subject: [PATCH] Add lo to jessie network config --- bootstrapvz/common/tasks/network-configuration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrapvz/common/tasks/network-configuration.yml b/bootstrapvz/common/tasks/network-configuration.yml index 4daee52..712c81e 100644 --- a/bootstrapvz/common/tasks/network-configuration.yml +++ b/bootstrapvz/common/tasks/network-configuration.yml @@ -9,6 +9,8 @@ wheezy: | auto eth0 iface eth0 inet dhcp jessie: | + auto lo + iface lo inet loopback auto eth0 iface eth0 inet dhcp stretch: |