mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
9 lines
204 B
YAML
9 lines
204 B
YAML
---
|
|
- name: Install Certbot.
|
|
package: "name={{ item }} state=present"
|
|
with_items: "{{ certbot_package }}"
|
|
|
|
- name: Set Certbot script variable.
|
|
set_fact:
|
|
certbot_script: "{{ certbot_package }}"
|