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

9 lines
173 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
ansible.builtin.apt:
2020-10-17 17:31:04 +02:00
update_cache: true
when: ansible_pkg_mgr == 'apt'