Fixing dest file name for certbot renewer
This commit is contained in:
parent
c78dbd8e9f
commit
4b48e4f169
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue