mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: install make
 | |
|   community.general.pacman:
 | |
|     name: make
 | |
|     state: present |