5 lines
75 B
YAML
5 lines
75 B
YAML
---
|
|
- name: Update APT cache
|
|
ansible.builtin.apt:
|
|
update_cache: true
|