mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-30 01:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			280 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Install core gaming tools from pacman
 | |
|   community.general.pacman:
 | |
|     name:
 | |
|       - steam
 | |
|       - lutris
 | |
|       - gamemode
 | |
|       - mangohud
 | |
|       - lib32-mangohud
 | |
|       - wine
 | |
|       - wine-gecko
 | |
|       - wine-mono
 | |
|       - winetricks
 | |
|     state: present
 | |
|     update_cache: yes
 |