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