Optimized setup procedure in preparation for automatic keycloak realm import

This commit is contained in:
2025-02-18 15:07:09 +01:00
parent 671448dbfc
commit e87c3e2090
7 changed files with 17 additions and 14 deletions

View File

@@ -14,10 +14,10 @@
- name: flush docker service
meta: flush_handlers
when: mode_setup |bool
when: appplications.mastodon.setup |bool
- name: setup routine for mastodon
command:
cmd: "docker-compose run --rm web bundle exec rails db:migrate"
chdir: "{{docker_compose.directories.instance}}"
when: mode_setup |bool
when: appplications.mastodon.setup |bool