Update Mastodon version checkout to 2.1.0 in roles/mastodon-app/tasks/main.yml

This commit is contained in:
staticsafe 2017-12-15 14:25:26 -05:00
parent f34f5a5eb6
commit 2d31d38758
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
git:
repo: 'https://github.com/tootsuite/mastodon.git'
dest: /home/mastodon/live
version: v2.0.0
version: v2.1.0
become: true
become_user: mastodon
- name: Install bundler