ansible_playbook_audiometer/roles/ffmpeg/handlers/main.yml
2023-02-14 20:35:11 +01:00

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"