mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
7 lines
295 B
YAML
7 lines
295 B
YAML
- name: "Execute migration for '{{ application_id }}'"
|
|
command:
|
|
cmd: "docker-compose run --rm web bundle exec rails db:migrate"
|
|
chdir: "{{docker_compose.directories.instance}}"
|
|
|
|
- name: "Include administrator routines for '{{ application_id }}'"
|
|
include_tasks: 02_administrator.yml |