Skip to content

Commit 08416d2

Browse files
committed
Upgrade certbot version to 0.31.0
The ppa doesn't offer the 0.28.0 version anymore, so the install failed.
1 parent 6c4797f commit 08416d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
- name: Install certbot
88
package:
9-
name: "certbot=0.28.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+4"
9+
name: "certbot=0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1"
1010
state: present
1111

1212
- name: Install certbot-nginx plugin
1313
package:
14-
name: "python-certbot-nginx=0.28.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+3"
14+
name: "python-certbot-nginx=0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1"
1515
state: present
1616

1717
- import_tasks: certificate.yml

0 commit comments

Comments
 (0)