From 0f66a650b14271950b1eb4b842959cd0605c0fc7 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sun, 14 May 2017 12:09:30 +0200 Subject: [PATCH] [lxc] set container debian mirror during creation --- roles/lxc_guest/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/lxc_guest/tasks/main.yaml b/roles/lxc_guest/tasks/main.yaml index 1aa42f7..7bc290f 100644 --- a/roles/lxc_guest/tasks/main.yaml +++ b/roles/lxc_guest/tasks/main.yaml @@ -31,6 +31,7 @@ # leaking when lvm is invoked environment: LVM_SUPPRESS_FD_WARNINGS: 1 + MIRROR: http://mi.mirror.garr.it/mirrors/debian/ - name: deploy container config template: