test: Configure Molecule testing framework

- Add Ansible collections configuration
- Update converge and prepare playbooks
- Restructure molecule.yml for improved testing
This commit is contained in:
Daniel Akulenok
2026-01-23 00:30:22 +01:00
parent f2e4938336
commit dfa3f0d4c3
5 changed files with 35 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
---
- hosts: all
tasks:
- name: Update apt
ansible.builtin.apt:
update_cache: true