mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-01 10:49:12 +00:00
4 lines
143 B
YAML
4 lines
143 B
YAML
- name: "Execute migration for '{{ application_id }}'"
|
|
command:
|
|
cmd: "docker exec {{ MASTODON_CONTAINER }} bundle exec rails db:migrate"
|