🚨 Fix "trailing spaces" warnings

yamllint complained:

host-pottwal.yml
  415:1     error    trailing spaces  (trailing-spaces)
This commit is contained in:
Alexander Dahl 2022-11-18 08:45:55 +01:00
parent 54426e75aa
commit d37b6cea82

View file

@ -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