Initial commit
This commit is contained in:
6
tasks/main.yml
Normal file
6
tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user