mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed desk roles and added vars/main.yml files where mising
This commit is contained in:
13
roles/desk-firefox/vars/main.yml
Normal file
13
roles/desk-firefox/vars/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# Default variables for the pc-firefox role
|
||||
|
||||
application_id: "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"
|
Reference in New Issue
Block a user