This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/tasks/prepare-common-service.yml

5 lines
191 B
YAML
Raw Normal View History

2023-12-11 00:42:57 +00:00
- import_tasks: steps/create-service-directory.yml
- import_tasks: steps/template-docker-compose.yml
- import_tasks: steps/template-service-env.yml
when: compose.env|default(False) == True