Skip to content

Commit d7b830e

Browse files
authored
Merge pull request #30 from andrewpbrett/update-package-name
Update package name for ubuntu 18
2 parents 0d4963e + 156063e commit d7b830e

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
@@ -8,7 +8,7 @@
88

99
- name: Set Certbot package name and versions (Ubuntu < 20.04)
1010
set_fact:
11-
certbot_version: 0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1
11+
certbot_version: 0.31.0-2~deb10u1+ubuntu{{ ansible_distribution_version }}.1+certbot+3
1212
certbot_nginx_version: 0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1
1313
certbot_nginx_name: python-certbot-nginx
1414
when: ansible_distribution_version < "20.04"

0 commit comments

Comments
 (0)