8 lines
323 B
YAML
8 lines
323 B
YAML
|
---
|
||
|
- name: "{{ cookiecutter.app_name | upper }} | Ensure {{ cookiecutter.app_name }} is running"
|
||
|
community.docker.docker_compose:
|
||
|
project_src: "{%raw%}{{{%endraw%} {{ cookiecutter.app_name }}_config_path | expanduser | realpath {%raw%}}}{%endraw%}"
|
||
|
build: false
|
||
|
tags:
|
||
|
- {{ cookiecutter.app_name }}_install
|