diff --git a/defaults/main.yml b/defaults/main.yml index fed877e..5b9ab05 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,7 +3,7 @@ mastodon_initial_setup: false mastodon_owner: MyUser mastodon_owner_email: myemail@example.org 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_otp_secret: "{{ vault_mastodon_otp_secret }}" mastodon_paperclip_secret: "{{ vault_mastodon_paperclip_secret }}"