mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-22 03:50:17 +00:00
Fixing dest file name for certbot renewer
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
- name: Add certbot cron job
|
- name: Add certbot cron job
|
||||||
copy:
|
copy:
|
||||||
src: ../files/certbot-renew
|
src: ../files/certbot-renew
|
||||||
dest: /etc/cron.weekly/ansible-pull
|
dest: /etc/cron.weekly/certbot-renew
|
||||||
owner: root
|
owner: root
|
||||||
mode: 744
|
mode: 744
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user