mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- name: install office sofware
 | 
						|
  community.general.pacman:
 | 
						|
    name: 
 | 
						|
      - thunderbird
 | 
						|
      - calibre
 | 
						|
      - retext
 | 
						|
    state: present
 |