add SAFETY_ASSURED=1 to roles/mastodon-config/tasks/main.yml
This commit is contained in:
parent
d659d42bda
commit
c387f83ae7
|
@ -10,9 +10,10 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Run Mastodon database setup
|
- name: Run Mastodon database setup
|
||||||
shell: cd /home/mastodon/live && RAILS_ENV=production /home/mastodon/.rbenv/shims/bundle exec rails db:setup
|
shell: cd /home/mastodon/live && /home/mastodon/.rbenv/shims/bundle exec rails db:setup
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: production
|
RAILS_ENV: production
|
||||||
|
SAFETY_ASSURED: 1
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in New Issue