cookiecutter-ansible-role-d.../ansible-role-{{cookiecutter.app_name}}/tasks/install.yml

8 lines
323 B
YAML
Raw Normal View History

---
- 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