ansible_playbook_audiometer/roles/nginx_rtmp/handlers/main.yml

9 lines
139 B
YAML
Raw Normal View History

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