Fix typo for letsencrypt-renew.sh script

This commit is contained in:
Sadiq Saif 2018-03-22 09:23:44 -04:00 committed by GitHub
parent d4eee4e1b9
commit b0073023b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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