Browse Source

switch to stretch as default image

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

+ 1
- 1
roles/lxc_guest/defaults/main.yaml View File

@ -1,5 +1,5 @@
---
auto_start: true
container_state: started
distro: jessie
distro: stretch
vm_size: 5G

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

@ -11,7 +11,7 @@
- name: Check debian release
assert:
that: distro in [ 'wheezy', 'jessie', 'stretch', 'sid', ]
that: distro in [ 'stretch', 'sid', 'buster' ]
msg: "release {{ distro }} not supported by debian template"
- block:


Loading…
Cancel
Save