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