diff --git a/roles/mastodon-webpush/tasks/main.yml b/roles/mastodon-webpush/tasks/main.yml deleted file mode 100644 index 471e338..0000000 --- a/roles/mastodon-webpush/tasks/main.yml +++ /dev/null @@ -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 diff --git a/site.yml b/site.yml index 83f8b19..3e064fe 100644 --- a/site.yml +++ b/site.yml @@ -9,5 +9,4 @@ - mastodon-redis - mastodon-nginx - mastodon-systemd - - mastodon-webpush - mastodon-config