Merge pull request #61 from idealista/bugs/60
Change state value in "Ensure skeleton log paths"
This commit is contained in:
		
						commit
						9e12212122
					
				| @ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch | ||||
| ### Added | ||||
| ### Changed | ||||
| ### Fixed | ||||
| - *[#60](https://github.com/idealista/cookiecutter-ansible-role/issues/60) [BUG] Wrong state option in "Ensure skeleton log paths" task* @emepege | ||||
| ### Removed | ||||
| 
 | ||||
| ## [2.5.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.5.0) | ||||
|  | ||||
| @ -38,7 +38,7 @@ | ||||
|     owner: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_user {% raw %}}}{% endraw %}" | ||||
|     group: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_group {% raw %}}}{% endraw %}" | ||||
| {% endif %} | ||||
|     state: file | ||||
|     state: directory | ||||
|   when: {{ cookiecutter.app_name }}_log_file is defined | ||||
|   tags: | ||||
|     - {{ cookiecutter.app_name }}_install | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user