mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
8 lines
207 B
YAML
8 lines
207 B
YAML
---
|
|
- name: Install Certbot.
|
|
pip: name="{{ certbot_package }}" state=present executable="{{ certbot_install }}"
|
|
|
|
- name: Set Certbot script variable.
|
|
set_fact:
|
|
certbot_script: /usr/local/bin/certbot
|