mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +02:00
12 lines
320 B
YAML
12 lines
320 B
YAML
---
|
|
# Default variables for the pc-firefox role
|
|
|
|
# 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"
|