mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-21 15:51:10 +02:00
10 lines
348 B
YAML
10 lines
348 B
YAML
- name: flush docker service
|
|
meta: flush_handlers
|
|
|
|
- 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 |