From 03239c1b885dd55c64d436477416dcb2f6997d06 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 28 May 2018 13:28:04 -0400 Subject: [PATCH] getting weird failures in VAPID key generation trying something --- roles/mastodon-config/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mastodon-config/tasks/main.yml b/roles/mastodon-config/tasks/main.yml index efcc810..cbb58ea 100644 --- a/roles/mastodon-config/tasks/main.yml +++ b/roles/mastodon-config/tasks/main.yml @@ -40,6 +40,7 @@ RAILS_ENV: production PATH: '/home/mastodon/.rbenv/bin:/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/plugins/ruby-build/bin:{{ ansible_env.PATH }}' SECRET_KEY_BASE: '0' + OTP_SECRET: '{{ OTP_SECRET.stdout }}' args: executable: /bin/bash become: true