Typo ACNG (#76)
Typo ACNG Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#76 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
b2ffcdbeb0
commit
2888d3c326
2 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,4 @@
|
||||||
acng_server_port: 9999
|
acng_server_port: 9999
|
||||||
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
|
acng_server_exthreshold: "60" #hebt Pakete 60 Tage auf
|
||||||
acng_server_auth_user: acngadmin
|
acng_server_auth_user: acngadmin
|
||||||
acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password' }}"
|
acng_server_auth_pass: "{{ lookup('keepass', 'acng_webinterface', 'password') }}"
|
||||||
|
|
|
@ -20,3 +20,4 @@
|
||||||
dest: "{{ acng_security_conf_path }}"
|
dest: "{{ acng_security_conf_path }}"
|
||||||
mode: 0640
|
mode: 0640
|
||||||
notify: acng_starten_aktivieren
|
notify: acng_starten_aktivieren
|
||||||
|
no_log: true
|
||||||
|
|
Loading…
Reference in a new issue