ansibleguy.infra_apache/molecule/default/prepare.yml

10 lines
142 B
YAML

---
- name: Prepare
hosts: all
gather_facts: false
tasks:
- name: APT Update
ansible.builtin.apt:
update_cache: true