public-health-ch/ansible/roles/geerlingguy.certbot/tasks/install-with-package.yml

8 lines
177 B
YAML
Raw Normal View History

2017-06-02 10:52:15 +00:00
---
- name: Install Certbot.
package: "name={{ certbot_package }} state=present"
- name: Set Certbot script variable.
set_fact:
certbot_script: "{{ certbot_package }}"