We no longer need the mastodon-webpush role, removed.

This commit is contained in:
staticsafe 2017-11-26 22:36:35 -05:00
parent eb7f8c9faf
commit 10e493ca8c
2 changed files with 0 additions and 14 deletions

View File

@ -1,13 +0,0 @@
---
# This role is here to install a npm package called web-push
# We need this to allow the user of this playbook to easily Generate
# VAPID keys on the Mastodon server. Mastodn's rake command does not work
# out of the box without a filled out .env.production which we do not yet
# have.
# Package's GitHub page - https://github.com/web-push-libs/web-push/
- name: Install web-push node.js library
npm:
name: web-push
global: yes
state: latest

View File

@ -9,5 +9,4 @@
- mastodon-redis
- mastodon-nginx
- mastodon-systemd
- mastodon-webpush
- mastodon-config