ansible-role-k3s/molecule/default/prepare.yml

9 lines
157 B
YAML
Raw Normal View History

---
- name: Prepare
hosts: all
tasks:
2020-02-22 15:33:12 +01:00
- name: Ensure apt cache is updated
apt:
update_cache: true
when: ansible_pkg_mgr == 'apt'