set default repo to upstream

This commit is contained in:
Antonio J. Delgado 2023-07-31 08:32:59 +03:00
parent 9b3b84ba06
commit 61ca767ab2

View file

@ -3,7 +3,7 @@ mastodon_initial_setup: false
mastodon_owner: MyUser mastodon_owner: MyUser
mastodon_owner_email: myemail@example.org mastodon_owner_email: myemail@example.org
mastodon_environment: production mastodon_environment: production
mastodon_repo: https://github.com/ajdelgado/mastodon.git # https://github.com/mastodon/mastodon.git # I had problems using the upstream so I had to update a few things mastodon_repo: https://github.com/mastodon/mastodon.git
mastodon_secret_key_base: "{{ vault_mastodon_secret_key_base }}" mastodon_secret_key_base: "{{ vault_mastodon_secret_key_base }}"
mastodon_otp_secret: "{{ vault_mastodon_otp_secret }}" mastodon_otp_secret: "{{ vault_mastodon_otp_secret }}"
mastodon_paperclip_secret: "{{ vault_mastodon_paperclip_secret }}" mastodon_paperclip_secret: "{{ vault_mastodon_paperclip_secret }}"