From d37b6cea82389b5d4e2f08bf239285f8ad4ac35f Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Fri, 18 Nov 2022 08:45:55 +0100 Subject: [PATCH] :rotating_light: Fix "trailing spaces" warnings yamllint complained: host-pottwal.yml 415:1 error trailing spaces (trailing-spaces) --- host-pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-pottwal.yml b/host-pottwal.yml index 5a88ba5..efdb0ec 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -412,7 +412,7 @@ GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_admin_password }}" GF_USERS_ALLOW_SIGN_UP: "false" GF_INSTALL_PLUGINS: "flant-statusmap-panel,ae3e-plotly-panel" - + - name: Setup proxy site grafana.n39.eu include_role: name: setup_http_site_proxy