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
|
- name: Copy and enable Let's Encrypt renew script
|
||||||
copy:
|
copy:
|
||||||
src: letsencrypt-renew.sh
|
src: letsencrypt-renew.sh
|
||||||
dest: /etc/cron.daily/letsencryt-renew.sh
|
dest: /etc/cron.daily/letsencrypt-renew.sh
|
||||||
mode: 0700
|
mode: 0700
|
||||||
|
|
Loading…
Reference in New Issue