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
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
.project
|
.project
|
||||||
|
.venv
|
||||||
|
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user