Browse Source

[lxc] set container debian mirror during creation

python3
Edoardo Putti 7 years ago
parent
commit
0f66a650b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/lxc_guest/tasks/main.yaml

+ 1
- 0
roles/lxc_guest/tasks/main.yaml View File

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


Loading…
Cancel
Save