chore: update molecule configuration

- Update prepare.yml with test setup
- Update molecule.yml with test infrastructure configuration
This commit is contained in:
Daniel Akulenok
2026-01-28 23:03:41 +01:00
parent dae9cb60f5
commit 68a7b62305
2 changed files with 4 additions and 7 deletions

View File

@@ -4,3 +4,7 @@
- name: Update apt
ansible.builtin.apt:
update_cache: true
- name: Install bind9-dnsutils package
ansible.builtin.apt:
name: bind9-dnsutils
state: present