6 lines
194 B
YAML
6 lines
194 B
YAML
---
|
|
- name: "{{ app_name }} - Deploy Docker Compose configuration"
|
|
block:
|
|
- ansible.builtin.include_tasks: manage_compose.yml
|
|
when: app_compose_start | default(true)
|
|
tags: [deploy] |