ansible-role-certbot/tasks/install-from-package.yml
exploide f3a260e94e added possibility to install certbot from package management
- introduces a variable certbot_from_git
- adds install from package tasks
- makes a variable called certbot_script available (to handle certbot vs certbot-auto naming)
- fixes #18
2017-02-24 10:10:20 +01:00

8 lines
143 B
YAML

---
- name: Install Certbot
package: name=certbot state=present
- name: Set Certbot script variable
set_fact:
certbot_script: certbot