Initial commit

This commit is contained in:
n.simonov
2026-01-26 22:26:08 +04:00
commit f4f8606faa
9 changed files with 104 additions and 0 deletions

6
tasks/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Include {{ role_name }} tasks
ansible.builtin.include_tasks: "{{ role_name }}.yml"
when: docker_compose_project_name is defined
tags:
- docker_compose