1. A development dependency in `Pipfile` named `install` had to be removed.
2. `yamllint` had to be added as a development dependency in `Pipfile`.
3. The required Python version for Pipenv has been bumped to 3.12.
Co-authored-by: emil <emil@theliberatededge.org>
Reviewed-on: #26
# Issue
This PR implements the following [issue](the-liberated-edge/test-linux-containers#1).
# Acceptance criteria
- [x] A playbook for launching LXD Debian container with parameterized container name and OS version has been implemented.
- [x] The newly launched Linux containers can be connected to and administered via SSH.
- [x] The playbook has been part of an Ansible collection named theliberatededge.test_linux_containers.
- [x] Setup and getting started technical documentation has been added to README.md.
Co-authored-by: emo <esimeonov@gmail.com>
Reviewed-on: #2