Refactor for use with Hyprland
This commit is contained in:
parent
67f4db010d
commit
e38ba9220b
26 changed files with 457 additions and 398 deletions
9
roles/vlc/tasks/main.yml
Normal file
9
roles/vlc/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Install packages
|
||||
become: yes
|
||||
apt:
|
||||
state: latest
|
||||
update_cache: true
|
||||
install_recommends: false
|
||||
name:
|
||||
- vlc
|
||||
- vlc-plugin-pipewire
|
Loading…
Add table
Add a link
Reference in a new issue