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