[mod] role:tlscert_acme_netcup:added challenge_delay variable

This commit is contained in:
Christian Fraß 2023-12-13 18:38:31 +01:00
parent 7f50d3e9bc
commit e51bdb478a
2 changed files with 2 additions and 1 deletions

View file

@ -6,5 +6,6 @@
"var_tlscert_acme_netcup_netcup_api_key": "REPLACE_ME",
"var_tlscert_acme_netcup_domain_base": "example.org",
"var_tlscert_acme_netcup_domain_path": "foo",
"var_tlscert_acme_netcup_challenge_delay": 300,
"var_tlscert_acme_netcup_ssl_directory": "/etc/ssl"
}

View file

@ -115,7 +115,7 @@
"name": "dns challenge | wait",
"when": "'challenge_data' in temp_acme_data",
"ansible.builtin.pause": {
"seconds": 300
"seconds": "{{var_tlscert_acme_netcup_challenge_delay}}"
}
},
{