Merge branch 'develop' into bugs/63

This commit is contained in:
Alex Blanco 2021-03-05 13:56:07 +01:00 committed by GitHub
commit 498bb69af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Changed ### Changed
- *[#63](https://github.com/idealista/cookiecutter-ansible-role/issues/63) Ignore html in gitattributes file* @blalop - *[#63](https://github.com/idealista/cookiecutter-ansible-role/issues/63) Ignore html in gitattributes file* @blalop
### Fixed ### Fixed
- *[#60](https://github.com/idealista/cookiecutter-ansible-role/issues/60) [BUG] Wrong state option in "Ensure skeleton log paths" task* @emepege
### Removed ### Removed
## [2.5.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.5.0) ## [2.5.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.5.0)

View File

@ -38,7 +38,7 @@
owner: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_user {% raw %}}}{% endraw %}" owner: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_user {% raw %}}}{% endraw %}"
group: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_group {% raw %}}}{% endraw %}" group: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_group {% raw %}}}{% endraw %}"
{% endif %} {% endif %}
state: file state: directory
when: {{ cookiecutter.app_name }}_log_file is defined when: {{ cookiecutter.app_name }}_log_file is defined
tags: tags:
- {{ cookiecutter.app_name }}_install - {{ cookiecutter.app_name }}_install