ansible_playbook_audiometer/roles/ffmpeg/handlers/main.yml

9 lines
139 B
YAML
Raw Normal View History

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