i-18 Fix linting errors #19

Merged
emil merged 2 commits from i-18-fix-linting-errors into main 2024-03-05 00:30:52 +00:00
Showing only changes of commit ba6e006f34 - Show all commits

View File

@ -3,7 +3,10 @@
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 }}'