Fixing dest file name for certbot renewer

This commit is contained in:
Ubergeek 2019-02-19 16:13:03 +00:00
parent c78dbd8e9f
commit 4b48e4f169
1 changed files with 1 additions and 1 deletions

View File

@ -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