generated from the-liberated-edge/wikijs
Fixes error at line 6.
This commit is contained in:
parent
48ac6c0651
commit
ba6e006f34
@ -3,7 +3,10 @@
|
|||||||
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: theliberatededge.test_linux_containers.launch_linux_container.yml
|
ansible.builtin.import_playbook: >-
|
||||||
|
theliberatededge.
|
||||||
|
test_linux_containers.
|
||||||
|
launch_linux_container.yml
|
||||||
vars:
|
vars:
|
||||||
lte_debian_version: bookworm
|
lte_debian_version: bookworm
|
||||||
lte_container_name: '{{ molecule_yml.platforms[0].name }}'
|
lte_container_name: '{{ molecule_yml.platforms[0].name }}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user