Solved variable bugs of chromium and firefox

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-02 00:52:24 +02:00
parent 00c663a694
commit a2955a34ab
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,5 @@
--- ---
application_id: "chromium"
chromium_package: "{{ 'chromium-browser' if ansible_os_family == 'Debian' else 'chromium' }}" chromium_package: "{{ 'chromium-browser' if ansible_os_family == 'Debian' else 'chromium' }}"

View File

@ -1,6 +1,8 @@
--- ---
# Default variables for the pc-firefox role # Default variables for the pc-firefox role
application_id: "firefox"
# Package name for Firefox on Arch Linux # Package name for Firefox on Arch Linux
firefox_package: firefox firefox_package: firefox