Skip to content
Snippets Groups Projects
Commit 4d1a8ab8 authored by Alexander Käb's avatar Alexander Käb
Browse files

fix(dns): renew-hook flag should not be present on request cert

parent 7a6b6411
No related branches found
No related tags found
No related merge requests found
Pipeline #179383 passed
### VisualStudioCode template
.vscode/*
!.vscode/settings.json
# !.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
......
......@@ -54,7 +54,7 @@
lego -a --dns {{ certbot_dns_provider }}
--email {{ certbot_admin_email }} -d {{ lego_dflag }}
--path {{ certbot_live_dir }}
run --no-bundle --renew-hook /etc/letsencrypt/renewal-hooks/deploy/create-fullchain.sh
run --no-bundle
environment: "{{ dns_provider_auth_env_variables }}"
register: lego
changed_when: lego.rc == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment