From 43a0c809494fa19e30e2a2b1a67d00b6e342697f Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Thu, 21 Feb 2019 11:28:09 -0500 Subject: [PATCH] job line should end in quote --- roles/mastodon-config/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon-config/tasks/main.yml b/roles/mastodon-config/tasks/main.yml index 54118f0..557a244 100644 --- a/roles/mastodon-config/tasks/main.yml +++ b/roles/mastodon-config/tasks/main.yml @@ -28,7 +28,7 @@ cron: name: "Mastodon media cache cleanup" special_time: daily - job: "cd /home/mastodon/live && RAILS_ENV=production /home/mastodon/.rbenv/shims/bundle exec /home/mastodon/live/bin/tootctl media remove + job: "cd /home/mastodon/live && RAILS_ENV=production /home/mastodon/.rbenv/shims/bundle exec /home/mastodon/live/bin/tootctl media remove" backup: yes state: present become: true