optimized mastodon and pixelfed implementation

This commit is contained in:
2022-11-16 16:04:01 +01:00
parent d43b98233f
commit 1a6f802900
6 changed files with 36 additions and 26 deletions

View File

@@ -17,5 +17,8 @@
notify: recreate mastodon
- name: copy configuration
template: src=.env.production.j2 dest={{docker_compose_mastodon_path}}.env.production
template:
src: .env.production.j2
dest: "{{docker_compose_mastodon_path}}.env.production"
force: no
notify: recreate mastodon