Refactor for use with Hyprland

This commit is contained in:
Oliver Traber 2024-02-25 20:30:31 +01:00
parent 67f4db010d
commit 5d893c1326
Signed by: Bluemedia
GPG key ID: C0674B105057136C
26 changed files with 447 additions and 394 deletions

9
roles/vlc/tasks/main.yml Normal file
View file

@ -0,0 +1,9 @@
- name: Install packages
become: yes
apt:
state: latest
update_cache: true
install_recommends: false
name:
- vlc
- vlc-plugin-pipewire