Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-certbot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
ansible-certbot
Commits
4d1a8ab8
Commit
4d1a8ab8
authored
1 year ago
by
Alexander Käb
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
tasks/dns-challenge.yml
+1
-1
1 addition, 1 deletion
tasks/dns-challenge.yml
with
2 additions
and
2 deletions
.gitignore
+
1
−
1
View file @
4d1a8ab8
### VisualStudioCode template
.vscode/*
!.vscode/settings.json
#
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
...
...
This diff is collapsed.
Click to expand it.
tasks/dns-challenge.yml
+
1
−
1
View file @
4d1a8ab8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment