🚨 Fix "trailing spaces" warnings
yamllint complained: host-pottwal.yml 415:1 error trailing spaces (trailing-spaces)
This commit is contained in:
parent
54426e75aa
commit
d37b6cea82
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@
|
||||||
GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_admin_password }}"
|
GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_admin_password }}"
|
||||||
GF_USERS_ALLOW_SIGN_UP: "false"
|
GF_USERS_ALLOW_SIGN_UP: "false"
|
||||||
GF_INSTALL_PLUGINS: "flant-statusmap-panel,ae3e-plotly-panel"
|
GF_INSTALL_PLUGINS: "flant-statusmap-panel,ae3e-plotly-panel"
|
||||||
|
|
||||||
- name: Setup proxy site grafana.n39.eu
|
- name: Setup proxy site grafana.n39.eu
|
||||||
include_role:
|
include_role:
|
||||||
name: setup_http_site_proxy
|
name: setup_http_site_proxy
|
||||||
|
|
Loading…
Reference in a new issue