1
0
Fork 0
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:
L3D 2020-06-30 17:57:12 +02:00 committed by L3D
parent df48345442
commit 8ec2b94f4e
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,8 @@ grafana_kiosk:
git_release: 'v1.0.2' git_release: 'v1.0.2'
git_url: 'https://github.com/grafana/grafana-kiosk' git_url: 'https://github.com/grafana/grafana-kiosk'
install_requirements: true install_requirements: true
required_packages: [] required_packages:
- chromium
install_state: 'present' install_state: 'present'
architecture: 'autodetect' architecture: 'autodetect'
general: general:

View file

@ -4,7 +4,8 @@ _grafana_kiosk:
git_release: 'v1.0.2' git_release: 'v1.0.2'
git_url: 'https://github.com/grafana/grafana-kiosk' git_url: 'https://github.com/grafana/grafana-kiosk'
install_requirements: true install_requirements: true
required_packages: [] required_packages:
- chromium
install_state: 'present' install_state: 'present'
architecture: 'autodetect' architecture: 'autodetect'
general: general:
@ -27,5 +28,5 @@ _dl_matrix:
'armv6l': "grafana-kiosk.linux.armv6" 'armv6l': "grafana-kiosk.linux.armv6"
'armv5l': "grafana-kiosk.linux.armv5" '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 playbook_version_path: 'role-grafana-kiosk_roles-ansible_github.com.version' # unique string