Skip to content

Commit

Permalink
Set certbot_script variable for snap-based install.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 21, 2021
1 parent 4f22d02 commit e34a21f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/install-with-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@
src: /snap/bin/certbot
dest: /usr/bin/certbot
state: link

- name: Set Certbot script variable.
set_fact:
certbot_script: /usr/bin/certbot

0 comments on commit e34a21f

Please sign in to comment.