From b1ef98bc007b19366cd8934dfec8a4820fbdc914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 1 Jun 2024 12:49:30 +0200 Subject: [PATCH] [fix] role:tlscert_acme_inwx --- roles/tlscert_acme_inwx/files/inwx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/tlscert_acme_inwx/files/inwx b/roles/tlscert_acme_inwx/files/inwx index 5f8ac82..19c3f19 100755 --- a/roles/tlscert_acme_inwx/files/inwx +++ b/roles/tlscert_acme_inwx/files/inwx @@ -194,7 +194,6 @@ def conf_load( "password": conf_data_raw.get("account", {}).get("password", None), } } - print(_json.dumps(_conf_data, indent = "\t")) def conf_get( @@ -500,7 +499,7 @@ def main( dest = "environment", metavar = "", default = None, - help = "environment to use; one of the keys in the 'url' file of the configuration; overwrites the configuration value", + help = "environment to use; one of the keys in the 'url' node of the configuration; overwrites the configuration value", ) argument_parser.add_argument( "-u", @@ -651,8 +650,8 @@ def main( if (account_password is None): raise ValueError("account password required") else: - if (args.domain_base is None): - raise ValueError("domain base required") + if (args.domain is None): + raise ValueError("domain required") else: result = api_macro_list( environment,