We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d4963e + 156063e commit d7b830eCopy full SHA for d7b830e
tasks/main.yml
@@ -8,7 +8,7 @@
8
9
- name: Set Certbot package name and versions (Ubuntu < 20.04)
10
set_fact:
11
- certbot_version: 0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1
+ certbot_version: 0.31.0-2~deb10u1+ubuntu{{ ansible_distribution_version }}.1+certbot+3
12
certbot_nginx_version: 0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1
13
certbot_nginx_name: python-certbot-nginx
14
when: ansible_distribution_version < "20.04"
0 commit comments