ansible-role-certbot/tasks/install-with-package.yml
2020-04-09 13:30:30 +02:00

8 lines
177 B
YAML

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