refactor: migrate to role-based variable management and blockinfile config

This commit is contained in:
Tuan-Dat Tran
2026-03-22 23:46:42 +01:00
parent 222062c1a4
commit 4a1da18801
13 changed files with 146 additions and 93 deletions

View File

@@ -0,0 +1,11 @@
# tasks file for multimedia
- name: Install multimedia packages
become: true
pacman:
name:
- vlc
- ffmpeg
- imagemagick
- ghostscript
- mpv
state: present