Refactor for use with Hyprland

This commit is contained in:
Oliver Traber 2024-02-25 20:30:31 +01:00
parent 67f4db010d
commit e38ba9220b
Signed by: Bluemedia
GPG key ID: C0674B105057136C
26 changed files with 457 additions and 398 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