ansible-role-certbot/tasks/install-with-package.yml
2025-05-04 20:02:06 -05:00

10 lines
187 B
YAML

---
- name: Install Certbot.
package:
name: "{{ certbot_package }}"
state: present
- name: Set Certbot script variable.
set_fact:
certbot_script: "{{ certbot_package }}"