Skip to content

Commit

Permalink
Merge pull request coopdevs#13 from fapdash/fix_missing_version_error
Browse files Browse the repository at this point in the history
Upgrade certbot version to 0.31.0
  • Loading branch information
enricostano authored Mar 15, 2019
2 parents 6c4797f + 08416d2 commit 28e2ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

- name: Install certbot
package:
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"
state: present

- name: Install certbot-nginx plugin
package:
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"
state: present

- import_tasks: certificate.yml
Expand Down

0 comments on commit 28e2ea6

Please sign in to comment.