diff --git a/tasks/docker/docker.yml b/tasks/docker/docker.yml index 095aa70..49b1775 100644 --- a/tasks/docker/docker.yml +++ b/tasks/docker/docker.yml @@ -5,6 +5,11 @@ dest: /usr/src/mastodon depth: 1 +- name: Ensure mastodon configuration is present + template: + src: templates/env.j2 + dest: /usr/src/mastodon/.env.production + - name: Ensure Mastodon container is composed community.docker.docker_compose: project_name: mastodon