Optimized setup_mode

This commit is contained in:
2024-01-09 12:52:49 +01:00
parent ee1b2e0140
commit 03c04eadf7
5 changed files with 9 additions and 18 deletions

View File

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