ansible-role-certbot/tasks/install-with-package.yml

10 lines
173 B
YAML

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