Solved typo bug

This commit is contained in:
2025-02-19 03:46:25 +01:00
parent 2c4ee620c1
commit 74d8dad94c
5 changed files with 11 additions and 11 deletions

View File

@@ -14,10 +14,10 @@
- name: flush docker service
meta: flush_handlers
when: appplications.mastodon.setup |bool
when: applications.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: appplications.mastodon.setup |bool
when: applications.mastodon.setup |bool