ansible-role-certbot/tasks/install-with-pip.yml
2019-09-18 17:42:37 -03:00

8 lines
207 B
YAML

---
- name: Install Certbot.
pip: name="{{ certbot_package }}" state=present executable="{{ certbot_install }}"
- name: Set Certbot script variable.
set_fact:
certbot_script: /usr/local/bin/certbot