ansible_playbook_audiometer/roles/ffmpeg_install/handlers/main.yml

9 lines
139 B
YAML
Raw Normal View History

2023-02-20 00:12:00 +01:00
---
- name: Apt update
become: true
ansible.builtin.apt:
clean: true
update_cache: true
when:
- ansible_pkg_mgr == "apt"