From b0073023b16cf7bb4eb3fd79b1c8512ba90d7b5b Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Thu, 22 Mar 2018 09:23:44 -0400 Subject: [PATCH] Fix typo for letsencrypt-renew.sh script --- roles/mastodon-nginx/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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