From 381aae33e6ee6cc981e2afc23b63f0d9e3ebd3dc Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 23 Aug 2018 21:08:38 +0100 Subject: [PATCH] Bump mastodon to 2.4.4. --- roles/mastodon-app/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon-app/tasks/main.yml b/roles/mastodon-app/tasks/main.yml index 2e78c9b..bee5f57 100644 --- a/roles/mastodon-app/tasks/main.yml +++ b/roles/mastodon-app/tasks/main.yml @@ -7,7 +7,7 @@ git: repo: 'https://github.com/tootsuite/mastodon.git' dest: /home/mastodon/live - version: v2.4.1 + version: v2.4.4 become: true become_user: mastodon - name: Install bundler