mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
10 lines
441 B
YAML
10 lines
441 B
YAML
- block:
|
|
- name: "For '{{ application_id }}': Load docker-compose"
|
|
include_role:
|
|
name: docker-compose
|
|
vars:
|
|
docker_compose_flush_handlers: true
|
|
docker_git_repository_pull: false # Deactivated here to deactivate inhirement
|
|
database_type: "" # Deactivate Database for openresty
|
|
- include_tasks: utils/once/flag.yml
|
|
when: run_once_svc_prx_openresty is not defined |