sets default version for debian in container

This commit is contained in:
emo 2023-11-27 22:33:59 +01:00
parent 961daed51d
commit 8e4bea6f26
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@
ansible.builtin.shell:
cmd: |
lxc launch \
images:debian/bookworm/cloud \
images:debian/{{ lte_debian_version }}/cloud \
{{ lte_container_name }}
when: (container_state.rc == 1) or ("RUNNING" not in container_state.stdout)