fix: Fix main.yml.
This commit is contained in:
parent
f7ead2d3c6
commit
40ff2301fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ __pycache__
|
||||
*.iml
|
||||
.idea
|
||||
.project
|
||||
.venv
|
||||
|
||||
*.pyc
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
tags:
|
||||
- {{ cookiecutter.app_name }}_configure
|
||||
|
||||
- name:" {{ cookiecutter.app_name | upper }} | Install"
|
||||
- name: "{{ cookiecutter.app_name | upper }} | Install"
|
||||
import_tasks: install.yml
|
||||
tags:
|
||||
- {{ cookiecutter.app_name }}_install
|
||||
|
Loading…
Reference in New Issue
Block a user