mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-27 10:41:08 +02:00
9 lines
292 B
YAML
9 lines
292 B
YAML
- name: "For '{{ application_id }}': Load docker-compose"
|
|
include_role:
|
|
name: docker-compose
|
|
when: run_once_svc_prx_openresty is not defined
|
|
|
|
- name: Run the docker_postgres tasks once
|
|
set_fact:
|
|
run_once_svc_prx_openresty: true
|
|
when: run_once_svc_prx_openresty is not defined |