mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Install RetroArch and assets
 | |
|   community.general.pacman:
 | |
|     name: "{{ retroarch_packages }}"
 | |
|     state: present
 | |
|     update_cache: yes |