Skip to content

Commit 3eb9b64

Browse files
committed
Install packages when using Ubuntu 14.04 too
1 parent 9aa9230 commit 3eb9b64

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.26.1-1+ubuntu16.04.1+certbot+2
9+
name: "certbot=0.26.1-1+ubuntu{{ ansible_distribution_version }}.1+certbot+2"
1010
state: present
1111

1212
- name: Install certbot-nginx plugin
1313
package:
14-
name: python-certbot-nginx=0.25.0-2+ubuntu16.04.1+certbot+1
14+
name: "python-certbot-nginx=0.25.0-2+ubuntu{{ ansible_distribution_version }}.1+certbot+1"
1515
state: present
1616

1717
- name: Check if certificate already exists

0 commit comments

Comments
 (0)