Renamed desk roles and added vars/main.yml files where mising

This commit is contained in:
2025-07-10 14:19:59 +02:00
parent 5a3535187a
commit e794da47e2
26 changed files with 74 additions and 10 deletions

View 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"