ansible-role-k3s/molecule/default/prepare.yml
2020-12-12 14:27:59 +00:00

9 lines
173 B
YAML

---
- name: Prepare
hosts: all
tasks:
- name: Ensure apt cache is updated
ansible.builtin.apt:
update_cache: true
when: ansible_pkg_mgr == 'apt'