diff --git a/roles/mastodon-nginx/tasks/main.yml b/roles/mastodon-nginx/tasks/main.yml index 4fdd2fe..2d36f3a 100644 --- a/roles/mastodon-nginx/tasks/main.yml +++ b/roles/mastodon-nginx/tasks/main.yml @@ -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