mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 13:41:37 +01:00
fix: use fq address as user for mail
This commit is contained in:
@@ -114,4 +114,4 @@
|
|||||||
host: "{{ smtp_internal_host }}"
|
host: "{{ smtp_internal_host }}"
|
||||||
port: "{{ smtp_internal_host_port }}"
|
port: "{{ smtp_internal_host_port }}"
|
||||||
ssl: "false"
|
ssl: "false"
|
||||||
user: "{{ smtp_service_user }}"
|
user: "{{ smtp_service_user }}@atlantishq.de"
|
||||||
|
|||||||
Reference in New Issue
Block a user