grafana installations
This commit is contained in:
parent
9a5790509f
commit
16e4725fdd
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ grafana_repository:
|
||||||
|
|
||||||
grafana_install:
|
grafana_install:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: npm install
|
- names:
|
||||||
|
- npm install
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
- grunt build
|
||||||
- cwd: /srv/grafana/site
|
- cwd: /srv/grafana/site
|
||||||
- unless: test -e /srv/grafana/site/node_modules
|
- unless: test -e /srv/grafana/site/node_modules
|
||||||
- require:
|
- require:
|
||||||
|
|
Loading…
Reference in a new issue