ansible-role-docker-compose/tasks/present.yml

6 lines
128 B
YAML
Raw Permalink Normal View History

2023-05-05 22:19:15 +02:00
---
2023-06-02 11:54:43 +02:00
- include_tasks: present_cp.yml
when: disable_template
- include_tasks: present_template.yml
when: not disable_template