--- - name: "{{ cookiecutter.app_name | upper }} | Configure" import_tasks: config.yml tags: - {{ cookiecutter.app_name }}_configure - name: "{{ cookiecutter.app_name | upper }} | Install" import_tasks: install.yml tags: - {{ cookiecutter.app_name }}_install