generated from the-liberated-edge/wikijs
formats code
This commit is contained in:
parent
b0ec8dc91b
commit
280eced725
@ -3,11 +3,8 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
- name: imports and executes the playbook under test
|
- name: imports and executes the playbook under test
|
||||||
ansible.builtin.import_playbook:
|
ansible.builtin.import_playbook: theliberatededge.test_linux_containers.launch_linux_container.yml
|
||||||
theliberatededge.test_linux_containers.launch_linux_container.yml
|
|
||||||
vars:
|
vars:
|
||||||
lte_debian_version: bookworm
|
lte_debian_version: bookworm
|
||||||
lte_container_name:
|
lte_container_name: '{{ molecule_yml.platforms[0].name }}'
|
||||||
'{{ molecule_yml.platforms[0].name }}'
|
lte_container_root_pwd: '{{ lookup("ansible.builtin.env", "LTE_CONTAINER_ROOT_PWD") }}'
|
||||||
lte_container_root_pwd:
|
|
||||||
'{{ lookup("ansible.builtin.env", "LTE_CONTAINER_ROOT_PWD") }}'
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user