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:
committed by
Daniel Akulenok
parent
2abcf4bbb3
commit
79f57b3d65
6
molecule/default/prepare.yml
Normal file
6
molecule/default/prepare.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Update apt
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
Reference in New Issue
Block a user