fix: Fix main.yml.

This commit is contained in:
Laur Ivan 2023-01-12 13:25:25 +01:00
parent f7ead2d3c6
commit 40ff2301fe
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__
*.iml *.iml
.idea .idea
.project .project
.venv
*.pyc *.pyc

View File

@ -5,7 +5,7 @@
tags: tags:
- {{ cookiecutter.app_name }}_configure - {{ cookiecutter.app_name }}_configure
- name:" {{ cookiecutter.app_name | upper }} | Install" - name: "{{ cookiecutter.app_name | upper }} | Install"
import_tasks: install.yml import_tasks: install.yml
tags: tags:
- {{ cookiecutter.app_name }}_install - {{ cookiecutter.app_name }}_install