From 280efc749bcc47d37542adb3ad709e3fe8b46791 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Mon, 11 Dec 2017 12:15:40 -0500 Subject: [PATCH] Oops had environment twice in roles/mastodon-config/tasks/main.yml --- roles/mastodon-config/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/mastodon-config/tasks/main.yml b/roles/mastodon-config/tasks/main.yml index c0c2ffc..0d83580 100644 --- a/roles/mastodon-config/tasks/main.yml +++ b/roles/mastodon-config/tasks/main.yml @@ -46,10 +46,9 @@ environment: 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' args: executable: /bin/bash - environment: - SECRET_KEY_BASE: '0' become: true become_user: mastodon - name: Copy Mastodon .env.production the second time