[fix] role:tlscert_acme_inwx

This commit is contained in:
Christian Fraß 2024-06-01 13:17:35 +02:00
parent 04de638925
commit 1cb7fe5e68

View file

@ -620,7 +620,7 @@ def main(
conf_load(args.conf)
## vars
environment = (args.environment or conf_get("environment"))
environment = (args.environment or conf_get("environment") or "production")
account_username = (args.username or conf_get("account.username"))
account_password = (args.password or conf_get("account.password"))
domain_parts = (None if (args.domain is None) else args.domain.split("."))