mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +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
 |