- Add Ansible collections configuration - Update converge and prepare playbooks - Restructure molecule.yml for improved testing
7 lines
103 B
YAML
7 lines
103 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: Update apt
|
|
ansible.builtin.apt:
|
|
update_cache: true
|