🎨: use ansible.builtin.package with update_cache systematically
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
- name: Install prerequisites
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- ffmpeg
|
||||
name: ffmpeg
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Install peertube-runner via npm
|
||||
community.general.npm:
|
||||
|
Reference in New Issue
Block a user