Skip to content

Commit 0d4963e

Browse files
authored
Merge pull request #29 from coopdevs/fix/upg_certbot_version_11_20
New certbot version in Ubuntu Focal
2 parents 80e7ad5 + 824649a commit 0d4963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Set Certbot package name and versions (Ubuntu >= 20.04)
33
set_fact:
4-
certbot_version: 0.40.0-1
4+
certbot_version: 0.40.0-1ubuntu0.1
55
certbot_nginx_version: 0.40.0-0ubuntu0.1
66
certbot_nginx_name: python3-certbot-nginx
77
when: ansible_distribution_version >= "20.04"

0 commit comments

Comments
 (0)