2023-01-09 15:25:45 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: "{{ cookiecutter.app_name | upper }} | Configure"
|
|
|
|
import_tasks: config.yml
|
|
|
|
tags:
|
|
|
|
- {{ cookiecutter.app_name }}_configure
|
|
|
|
|
2023-01-12 13:25:25 +01:00
|
|
|
- name: "{{ cookiecutter.app_name | upper }} | Install"
|
2023-01-09 15:25:45 +01:00
|
|
|
import_tasks: install.yml
|
|
|
|
tags:
|
|
|
|
- {{ cookiecutter.app_name }}_install
|