Oops had environment twice in roles/mastodon-config/tasks/main.yml
This commit is contained in:
parent
caa96d235f
commit
280efc749b
|
@ -46,10 +46,9 @@
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: production
|
RAILS_ENV: production
|
||||||
PATH: '/home/mastodon/.rbenv/bin:/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/plugins/ruby-build/bin:{{ ansible_env.PATH }}'
|
PATH: '/home/mastodon/.rbenv/bin:/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/plugins/ruby-build/bin:{{ ansible_env.PATH }}'
|
||||||
|
SECRET_KEY_BASE: '0'
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
environment:
|
|
||||||
SECRET_KEY_BASE: '0'
|
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Copy Mastodon .env.production the second time
|
- name: Copy Mastodon .env.production the second time
|
||||||
|
|
Loading…
Reference in New Issue