Oops had environment twice in roles/mastodon-config/tasks/main.yml

This commit is contained in:
staticsafe 2017-12-11 12:15:40 -05:00
parent caa96d235f
commit 280efc749b
1 changed files with 1 additions and 2 deletions

View File

@ -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