Skip to content

Commit 156063e

Browse files
committed
update package name for ubuntu 18
1 parent 0d4963e commit 156063e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)