# Context
This PR implements the following [issue](#12).
# Acceptance criteria
- [ ] A Task task for running all Ansible Molecule scenarios has been introduced.
- [ ] A Task task for running selected Ansible Molecule scenarios has been introduced.
- [ ] `README.md` has been updated to provide correct guidance on executing Ansible Molecule scenarios.
Co-authored-by: emo <esimeonov@gmail.com>
Reviewed-on: #17
# Context
This PR implements the following [issue](#15).
# Acceptance criteria
- [x] A task for project initialisation that eventually switches to a newly created Python virtual environment has been introduced.
- [x] `README.md` has been updated to reflect the changes.
Co-authored-by: emo <esimeonov@gmail.com>
Reviewed-on: #16
# Context
This PR implements the following [issue](#11).
# Acceptance criteria
- [x] A build automation rule for formatting YAML code via `yamlfix` has been introduced.
- [x] `README.md` has been updated with the correct command for formatting code.
Co-authored-by: emo <esimeonov@gmail.com>
Reviewed-on: #13