generated from the-liberated-edge/wikijs
sets default version for debian in container
This commit is contained in:
parent
961daed51d
commit
8e4bea6f26
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
...
|
lte_debian_version: bookworm
|
||||||
|
|||||||
@ -7,6 +7,6 @@
|
|||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
lxc launch \
|
lxc launch \
|
||||||
images:debian/bookworm/cloud \
|
images:debian/{{ lte_debian_version }}/cloud \
|
||||||
{{ lte_container_name }}
|
{{ lte_container_name }}
|
||||||
when: (container_state.rc == 1) or ("RUNNING" not in container_state.stdout)
|
when: (container_state.rc == 1) or ("RUNNING" not in container_state.stdout)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user