ansible_playbook_audiometer/roles/ffmpeg/handlers/main.yml

9 lines
147 B
YAML
Raw Normal View History

2023-02-14 00:23:00 +01:00
---
- name: Apt update
become: true
ansible.builtin.apt:
update_cache: true
cache_valid_time: 0
when:
- ansible_pkg_mgr == "apt"