i-20 Fixes the default Ansible Molecule scenario #21

Merged
emil merged 1 commits from i-20-fix-default-molecule-scenario into main 2024-03-06 00:12:44 +00:00

View File

@ -4,9 +4,7 @@
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. theliberatededge.test_linux_containers.launch_linux_container.yml
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 }}'