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

10 lines
190 B
YAML

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