mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +02:00
Solved variable bugs of chromium and firefox
This commit is contained in:
parent
00c663a694
commit
a2955a34ab
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user