implemented blu ray draft

This commit is contained in:
2022-09-04 20:08:33 +02:00
parent 616bbd019a
commit e7b6e08cda
6 changed files with 34 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
- name: install vlc and blu ray software
community.general.pacman:
name:
- vlc
- libaacs
- libbluray
state: present
- name: install AUR packages to play blu ray
kewlfft.aur.aur:
use: yay
name:
- aacskeys
- libbdplus
become: false