mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: install designer tools
 | |
|   community.general.pacman:
 | |
|     name: 
 | |
|       - gimp
 | |
|       - blender
 | |
|     state: present
 | |
| 
 | |
| - name: install drawio
 | |
|   kewlfft.aur.aur:
 | |
|     use: yay
 | |
|     name:
 | |
|       - drawio-desktop
 | |
|   become: false
 |