i-1 Introduces an Ansible playbook for linux-container with SSH access #2

Merged
emil merged 24 commits from i-1-test-linux-container into main 2024-01-07 00:48:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8e4bea6f26 - Show all commits

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)