mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
15 lines
289 B
YAML
15 lines
289 B
YAML
- 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
|