resolve #60 change state value in Ensure skeleton log paths

This commit is contained in:
Marcos Pérez García 2021-02-23 13:31:02 +01:00
parent c7be6405e8
commit a082c79f12

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