forked from Mirrors/cookiecutter-ansible-role
fix: Fix main.yml.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user