8 lines
147 B
YAML
8 lines
147 B
YAML
---
|
|
- name: Apt update
|
|
become: true
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
|
cache_valid_time: 0
|
|
when:
|
|
- ansible_pkg_mgr == "apt"
|