mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
Add requirement: chromium
This commit is contained in:
parent
df48345442
commit
8ec2b94f4e
2 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,8 @@ grafana_kiosk:
|
|||
git_release: 'v1.0.2'
|
||||
git_url: 'https://github.com/grafana/grafana-kiosk'
|
||||
install_requirements: true
|
||||
required_packages: []
|
||||
required_packages:
|
||||
- chromium
|
||||
install_state: 'present'
|
||||
architecture: 'autodetect'
|
||||
general:
|
||||
|
|
|
@ -4,7 +4,8 @@ _grafana_kiosk:
|
|||
git_release: 'v1.0.2'
|
||||
git_url: 'https://github.com/grafana/grafana-kiosk'
|
||||
install_requirements: true
|
||||
required_packages: []
|
||||
required_packages:
|
||||
- chromium
|
||||
install_state: 'present'
|
||||
architecture: 'autodetect'
|
||||
general:
|
||||
|
@ -27,5 +28,5 @@ _dl_matrix:
|
|||
'armv6l': "grafana-kiosk.linux.armv6"
|
||||
'armv5l': "grafana-kiosk.linux.armv5"
|
||||
|
||||
playbook_version_number: 5 # should be an integer
|
||||
playbook_version_number: 6 # should be an integer
|
||||
playbook_version_path: 'role-grafana-kiosk_roles-ansible_github.com.version' # unique string
|
||||
|
|
Loading…
Reference in a new issue