mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
- 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
8 lines
143 B
YAML
8 lines
143 B
YAML
---
|
|
- name: Install Certbot
|
|
package: name=certbot state=present
|
|
|
|
- name: Set Certbot script variable
|
|
set_fact:
|
|
certbot_script: certbot
|