mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-10 16:00:41 +02:00
Adds the absolute certbot script path in the systemd service
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Resolve absolute path for certbot script
|
||||
command: "which {{ certbot_script }}"
|
||||
register: certbot_script_absolute
|
||||
when: not certbot_install_from_source
|
||||
changed_when: false
|
||||
|
||||
- name: Create certbot-renew service
|
||||
template:
|
||||
src: certbot-renew.service.j2
|
||||
|
||||
Reference in New Issue
Block a user