grafana: add switch to install rendering deps
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus 2020-11-24 20:36:35 +01:00
parent 3baf4139ac
commit 6534749691
3 changed files with 29 additions and 0 deletions

View File

@ -1,5 +1,7 @@
---
grafana_rendering: True
# yanic needs this
site_code: ffrgb_cty

View File

@ -0,0 +1,3 @@
---
grafana_rendering: False

View File

@ -8,3 +8,27 @@
- name: Install grafana
apt: name=grafana
- nane: Install grafana rendering dependencies:
apt:
name:
- libxdamage1
- libxext6
- libxi6
- libxtst6
- libnss3
- libnss3
- libcups2
- libxss1
- libxrandr2
- libasound2
- libatk1.0-0
- libatk-bridge2.0-0
- libpangocairo-1.0-0
- libpango-1.0-0
- libcairo2
- libatspi2.0-0
- libgtk3.0-cil
- libgdk3.0-cil
- libx11-xcb-dev
when: grafana_rendering