From 2888d3c326941c2f72a155543bc77e58f2c664fe Mon Sep 17 00:00:00 2001 From: mg Date: Thu, 29 Apr 2021 11:49:56 +0200 Subject: [PATCH] Typo ACNG (#76) Typo ACNG Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/76 Co-Authored-By: mg Co-Committed-By: mg --- group_vars/acng.yml | 2 +- roles/mgrote.acng/tasks/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/group_vars/acng.yml b/group_vars/acng.yml index b7e2c389..b29427ca 100644 --- a/group_vars/acng.yml +++ b/group_vars/acng.yml @@ -14,4 +14,4 @@ acng_server_port: 9999 acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf acng_server_auth_user: acngadmin - acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password' }}" + acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password') }}" diff --git a/roles/mgrote.acng/tasks/main.yml b/roles/mgrote.acng/tasks/main.yml index a577ad92..624be72b 100644 --- a/roles/mgrote.acng/tasks/main.yml +++ b/roles/mgrote.acng/tasks/main.yml @@ -20,3 +20,4 @@ dest: "{{ acng_security_conf_path }}" mode: 0640 notify: acng_starten_aktivieren + no_log: true