mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			147 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Install Default Gaming Software
 | |
|   community.general.pacman:
 | |
|     name: "{{ gamer_default_games }}"
 | |
|     state: present
 | |
|     update_cache: yes
 |