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

9 lines
157 B
YAML
Raw Normal View History

2020-10-17 17:31:04 +02:00
---
- name: Prepare
hosts: all
tasks:
- name: Ensure apt cache is updated
apt:
update_cache: true
when: ansible_pkg_mgr == 'apt'