Ignore errors first time we copy .env.production
This commit is contained in:
parent
6b24b411b1
commit
533db0d400
|
@ -34,6 +34,7 @@
|
|||
template:
|
||||
src: .env.production
|
||||
dest: /home/mastodon/live/.env.production
|
||||
ignore_errors: True
|
||||
become: true
|
||||
become_user: mastodon
|
||||
- name: Generate VAPID keys and register it
|
||||
|
|
Loading…
Reference in New Issue