mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
use correct python executable
This commit is contained in:
parent
e6d41a8696
commit
ef82c2f9de
@ -8,7 +8,7 @@
|
|||||||
force: true
|
force: true
|
||||||
|
|
||||||
- name: Install certbot-dns-digitalocean
|
- name: Install certbot-dns-digitalocean
|
||||||
shell: "cd {{certbot_dir}}/{{ item }} && python setup.py install"
|
shell: "cd {{certbot_dir}}/{{ item }} && {{ python_executable }} setup.py install"
|
||||||
with_items: "{{ certbot_dns_providers }}"
|
with_items: "{{ certbot_dns_providers }}"
|
||||||
|
|
||||||
- name: Set Certbot script variable.
|
- name: Set Certbot script variable.
|
||||||
|
3
vars/Debian.yml
Normal file
3
vars/Debian.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
certbot_package: certbot
|
||||||
|
python_executable: python3
|
@ -1,2 +1,3 @@
|
|||||||
---
|
---
|
||||||
certbot_package: letsencrypt
|
certbot_package: letsencrypt
|
||||||
|
python_executable: python3
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
---
|
---
|
||||||
certbot_package: certbot
|
certbot_package: certbot
|
||||||
|
python_executable: python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user