mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			91 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			91 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- name: install jrnl
 | 
						|
  community.general.pacman:
 | 
						|
    name: 
 | 
						|
      - jrnl
 | 
						|
    state: present |