i-18 Fix linting errors (#19)

# Context

This PR implements the-liberated-edge/test_linux_containers#18.

# Acceptance criteria

- [x] All linting errors (including the ones above) have been fixed.
- [x] No linting errors after the YAML code has been formatted.

Reviewed-on: #19
This commit is contained in:
emil 2024-03-05 00:30:52 +00:00
parent 48ac6c0651
commit de8b33b1b0

View File

@ -3,8 +3,12 @@
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_root_pwd: |-
'{{ lookup("ansible.builtin.env", "LTE_CONTAINER_ROOT_PWD") }}'