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