Adopts the new name of the playbook

This commit is contained in:
emo 2024-03-06 01:29:56 +01:00
parent 1d1bbdda83
commit c8878ad28b

View File

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