diff --git a/extensions/molecule/default/converge.yml b/extensions/molecule/default/converge.yml index 9a3f979..09dd653 100644 --- a/extensions/molecule/default/converge.yml +++ b/extensions/molecule/default/converge.yml @@ -3,11 +3,8 @@ hosts: all gather_facts: false - 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: lte_debian_version: bookworm - lte_container_name: - '{{ molecule_yml.platforms[0].name }}' - lte_container_root_pwd: - '{{ lookup("ansible.builtin.env", "LTE_CONTAINER_ROOT_PWD") }}' + lte_container_name: '{{ molecule_yml.platforms[0].name }}' + lte_container_root_pwd: '{{ lookup("ansible.builtin.env", "LTE_CONTAINER_ROOT_PWD") }}'