12 Commits
2.5.1 ... 2.6.0

Author SHA1 Message Date
Víctor Suárez Fernández
0211cfcd29 Merge pull request #71 from idealista/develop
Release 2.6.0
2021-04-30 10:11:20 +02:00
Víctor Suárez Fernández
01d41dc596 Merge branch 'master' into develop 2021-04-30 09:12:43 +02:00
Víctor Suárez Fernández
5fd7fc7e1d Update CHANGELOG.md 2021-04-30 09:11:33 +02:00
Víctor Suárez Fernández
3514236fa0 Merge pull request #70 from idealista/features/69
travis.yml email notifications
2021-04-30 09:10:06 +02:00
Víctor Suárez Fernández
d9964134da Update CHANGELOG.md 2021-04-29 17:38:30 +02:00
Víctor Suárez Fernández
9a971619a7 Update CHANGELOG.md 2021-04-29 15:38:57 +02:00
Víctor Suárez Fernández
409e7f8bd2 Update .travils.yml template 2021-04-29 15:32:18 +02:00
Víctor Suárez Fernández
6a760eb1dc Update .travis.yml 2021-04-29 15:29:30 +02:00
Víctor Suárez Fernández
684428ec80 Merge pull request #67 from idealista/fix/check_mode
Fix check_mode
2021-03-31 12:17:34 +02:00
Víctor Suárez Fernández
3a93e6734d Update CHANGELOG.md 2021-03-29 15:25:58 +02:00
Víctor Suárez Fernández
5ad5453892 Update CHANGELOG.md 2021-03-29 15:01:25 +02:00
Víctor Suárez Fernández
8e1924e9e3 Install checkmode 2021-03-29 14:57:06 +02:00
4 changed files with 21 additions and 2 deletions

View File

@@ -11,6 +11,12 @@ env:
jobs:
- MOLECULE_DISTRO=debian:stretch-slim
- MOLECULE_DISTRO=debian:buster-slim
script:
- ./test.sh
- ./test.sh
notifications:
email:
if: branch = master
on_success: change
on_failure: always
recipients:
- desarrollo.benders@idealista.com

View File

@@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
## Unreleased
## [2.6.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.6.0)
### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.5.1...2.6.0)
### Added
- *[#69](https://github.com/idealista/cookiecutter-ansible-role/issues/69) Email notifications in travis.* @vicsufer
### Changed
### Fixed
- *[#67](https://github.com/idealista/cookiecutter-ansible-role/issues/67) fix needed task in check_mode- @vicsufer
### Removed
## [2.5.1](https://github.com/idealista/cookiecutter-ansible-role/tree/2.5.1)

View File

@@ -48,6 +48,7 @@
register: {{ cookiecutter.app_name }}_check
changed_when: false
ignore_errors: true
check_mode: no
tags:
- {{ cookiecutter.app_name }}_install

View File

@@ -17,3 +17,9 @@ script:
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email:
if: branch = main
on_success: change
on_failure: always
recipients:
- desarrollo.benders@idealista.com