mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
6 lines
202 B
YAML
6 lines
202 B
YAML
- block:
|
|
- name: "For '{{ application_id }}': Load docker-compose"
|
|
include_role:
|
|
name: docker-compose
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_svc_prx_openresty is not defined |