mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 01:35:06 +02:00
7 lines
297 B
YAML
7 lines
297 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 |