mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			352 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			352 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# Default variables for the pc-firefox role
 | 
						|
 | 
						|
application_id: "desk-firefox"
 | 
						|
 | 
						|
# Package name for Firefox on Arch Linux
 | 
						|
firefox_package: firefox
 | 
						|
 | 
						|
# Directory where Firefox expects distribution policies
 | 
						|
firefox_policy_dir: "/usr/lib/firefox/distribution"
 | 
						|
 | 
						|
# Full path to the policies file
 | 
						|
firefox_policy_file: "{{ firefox_policy_dir }}/policies.json"
 |