We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4797f commit 08416d2Copy full SHA for 08416d2
1 file changed
tasks/main.yml
@@ -6,12 +6,12 @@
6
7
- name: Install certbot
8
package:
9
- name: "certbot=0.28.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+4"
+ name: "certbot=0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1"
10
state: present
11
12
- name: Install certbot-nginx plugin
13
14
- name: "python-certbot-nginx=0.28.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+3"
+ name: "python-certbot-nginx=0.31.0-1+ubuntu{{ ansible_distribution_version }}.1+certbot+1"
15
16
17
- import_tasks: certificate.yml
0 commit comments