mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 12:48:14 +00:00
Solved variable bugs of chromium and firefox
This commit is contained in:
@@ -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' }}"
|
||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user