We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa9230 commit 3eb9b64Copy full SHA for 3eb9b64
1 file changed
tasks/main.yml
@@ -6,12 +6,12 @@
6
7
- name: Install certbot
8
package:
9
- name: certbot=0.26.1-1+ubuntu16.04.1+certbot+2
+ name: "certbot=0.26.1-1+ubuntu{{ ansible_distribution_version }}.1+certbot+2"
10
state: present
11
12
- name: Install certbot-nginx plugin
13
14
- name: python-certbot-nginx=0.25.0-2+ubuntu16.04.1+certbot+1
+ name: "python-certbot-nginx=0.25.0-2+ubuntu{{ ansible_distribution_version }}.1+certbot+1"
15
16
17
- name: Check if certificate already exists
0 commit comments