mirror of
https://github.com/status-im/infra-role-certbot.git
synced 2025-02-24 16:48:06 +00:00
8 lines
145 B
YAML
8 lines
145 B
YAML
---
|
|
- name: Install Certbot.
|
|
package: name=certbot state=present
|
|
|
|
- name: Set Certbot script variable.
|
|
set_fact:
|
|
certbot_script: certbot
|