mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-10 10:01:52 +01:00
9 lines
157 B
YAML
9 lines
157 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
- name: Ensure apt cache is updated
|
|
apt:
|
|
update_cache: true
|
|
when: ansible_pkg_mgr == 'apt'
|