Moved email host and domain SPOT to SYSTEM_EMAIL constant

This commit is contained in:
2025-08-19 10:00:35 +02:00
parent f46aabe884
commit 242347878d
2 changed files with 7 additions and 5 deletions

View File

@@ -189,7 +189,7 @@ def parse_args():
def main():
args = parse_args()
primary_domain = '{{ PRIMARY_DOMAIN }}'
primary_domain = '{{ SYSTEM_EMAIL.DOMAIN }}'
become_pwd = '{{ lookup("password", "/dev/null length=42 chars=ascii_letters,digits") }}'
try: