mirror of
				https://github.com/idealista/cookiecutter-ansible-role.git
				synced 2025-11-01 01:19:51 +01:00 
			
		
		
		
	Merge pull request #8 from idealista/bugs/7
bugs/7 Fix bug checking version
This commit is contained in:
		
						commit
						9121f1e90f
					
				@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
 | 
				
			|||||||
- *[#4](https://github.com/idealista/cookiecutter-ansible-role/issues/4) Upgrade to Goss v0.3.11* @pablogcaldito
 | 
					- *[#4](https://github.com/idealista/cookiecutter-ansible-role/issues/4) Upgrade to Goss v0.3.11* @pablogcaldito
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
 | 
					- *[#7](https://github.com/idealista/cookiecutter-ansible-role/issues/7) Fix bug in in the check version task in install.yml* @pablogcaldito
 | 
				
			||||||
- *[#3](https://github.com/idealista/cookiecutter-ansible-role/issues/3) Fix typo in both contributing files* @pablogcaldito
 | 
					- *[#3](https://github.com/idealista/cookiecutter-ansible-role/issues/3) Fix typo in both contributing files* @pablogcaldito
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [1.0.0](https://github.com/idealista/cookiecutter-ansible-role/tree/1.0.0) (2020-04-28)
 | 
					## [1.0.0](https://github.com/idealista/cookiecutter-ansible-role/tree/1.0.0) (2020-04-28)
 | 
				
			||||||
 | 
				
			|||||||
@ -36,7 +36,7 @@
 | 
				
			|||||||
  when: {{ cookiecutter.app_name }}_log_file is defined
 | 
					  when: {{ cookiecutter.app_name }}_log_file is defined
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: {{ cookiecutter.app_name | upper }} | Check {{ cookiecutter.app_name }} version
 | 
					- name: {{ cookiecutter.app_name | upper }} | Check {{ cookiecutter.app_name }} version
 | 
				
			||||||
  command: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }} --version {% raw %}}}{% endraw %}"
 | 
					  command: "{% raw %}{{{% endraw %} {{ cookiecutter.app_name }}_exec_name {% raw %}}}{% endraw %} --version"
 | 
				
			||||||
  register: {{ cookiecutter.app_name }}_check
 | 
					  register: {{ cookiecutter.app_name }}_check
 | 
				
			||||||
  changed_when: false
 | 
					  changed_when: false
 | 
				
			||||||
  ignore_errors: true
 | 
					  ignore_errors: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user