mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00: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
 |