Fix typo for letsencrypt-renew.sh script
This commit is contained in:
parent
d4eee4e1b9
commit
b0073023b1
|
@ -29,5 +29,5 @@
|
|||
- name: Copy and enable Let's Encrypt renew script
|
||||
copy:
|
||||
src: letsencrypt-renew.sh
|
||||
dest: /etc/cron.daily/letsencryt-renew.sh
|
||||
dest: /etc/cron.daily/letsencrypt-renew.sh
|
||||
mode: 0700
|
||||
|
|
Loading…
Reference in New Issue