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