mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- name: Install torbrowser
 | 
						|
  community.general.pacman:
 | 
						|
    name:
 | 
						|
      - tor
 | 
						|
      - torbrowser-launcher
 | 
						|
    state: present
 |