Skip to content

Commit

Permalink
Merge pull request #65 from idealista/bugs/62
Browse files Browse the repository at this point in the history
Adding changes to resolve #62
  • Loading branch information
ultraheroe authored Mar 9, 2021
2 parents 08003a2 + cc0eb0c commit 7e8ec82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Changed
- *[#63](https://github.com/idealista/cookiecutter-ansible-role/issues/63) Ignore html in gitattributes file* @blalop
### Fixed
- *[#62](https://github.com/idealista/cookiecutter-ansible-role/issues/62) molecule verify fails and breaks the run when at least one test fail* @ultraheroe
- *[#60](https://github.com/idealista/cookiecutter-ansible-role/issues/60) [BUG] Wrong state option in "Ensure skeleton log paths" task* @emepege
### Removed

Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.app_name}}_role/molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
command: "{% raw %}{{{% endraw %} goss_dst {% raw %}}}{% endraw %} -g {% raw %}{{{% endraw %} item {% raw %}}}{% endraw %} validate --format {% raw %}{{{% endraw %} goss_format {% raw %}}}{% endraw %}"
register: test_results
with_items: "{% raw %}{{{% endraw %} test_files.stdout_lines {% raw %}}}{% endraw %}"
ignore_errors: true

- name: Display details about the Goss results
debug:
Expand Down

0 comments on commit 7e8ec82

Please sign in to comment.