Skip to content

Commit

Permalink
Merge pull request #29 from coopdevs/fix/upg_certbot_version_11_20
Browse files Browse the repository at this point in the history
New certbot version in Ubuntu Focal
  • Loading branch information
cesarlr authored Dec 3, 2020
2 parents 80e7ad5 + 824649a commit 0d4963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Set Certbot package name and versions (Ubuntu >= 20.04)
set_fact:
certbot_version: 0.40.0-1
certbot_version: 0.40.0-1ubuntu0.1
certbot_nginx_version: 0.40.0-0ubuntu0.1
certbot_nginx_name: python3-certbot-nginx
when: ansible_distribution_version >= "20.04"
Expand Down

0 comments on commit 0d4963e

Please sign in to comment.