diff --git a/CHANGELOG.md b/CHANGELOG.md index 7421fdf..fd48c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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](https://github.com/idealista/airflow-role/tree/develop) + +## [1.7.4](https://github.com/idealista/airflow-role/tree/1.7.4) +[Full Changelog](https://github.com/idealista/airflow-role/compare/1.7.3...1.7.4) ### Fixed - *[#47](https://github.com/idealista/airflow-role/issues/50) Fix deprecation warning from jinja templates @adrimarteau diff --git a/molecule/default/verify.yml b/molecule/default/verify.yml index 17af3ba..250e66b 100644 --- a/molecule/default/verify.yml +++ b/molecule/default/verify.yml @@ -40,7 +40,7 @@ register: test_files - name: Execute Goss tests - command: "{{ goss_dst }} -g {{ item }} validate --format {{ goss_format }} --retry-timeout 2" + command: "{{ goss_dst }} -g {{ item }} validate --format {{ goss_format }} --retry-timeout 2s" register: test_results with_items: "{{ test_files.stdout_lines }}"