Try setting SECRET_KEY_BASE to 0 when generating VAPID_KEYS

This commit is contained in:
staticsafe 2017-12-11 12:14:28 -05:00
parent 75d0e0fb45
commit caa96d235f
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
PATH: '/home/mastodon/.rbenv/bin:/home/mastodon/.rbenv/shims:/home/mastodon/.rbenv/plugins/ruby-build/bin:{{ ansible_env.PATH }}'
args:
executable: /bin/bash
environment:
SECRET_KEY_BASE: '0'
become: true
become_user: mastodon
- name: Copy Mastodon .env.production the second time