Skip to content

Commit

Permalink
Merge pull request #57 from idealista/develop
Browse files Browse the repository at this point in the history
v1.7.3 to master
  • Loading branch information
José Noguera authored May 7, 2019
2 parents 93356f3 + c334338 commit af97460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch

## [Unreleased](https://github.com/idealista/airflow-role/tree/develop)

## [1.7.3](https://github.com/idealista/airflow-role/tree/1.7.3)
[Full Changelog](https://github.com/idealista/airflow-role/compare/1.7.2...1.7.3)
### Fixed
- *[#55](https://github.com/idealista/airflow-role/pull/55) Use `{{ airflow_home }}` to set the default `airflow_database_conn` in defaults/main.yml* @davestern

## [1.7.2](https://github.com/idealista/airflow-role/tree/1.7.2)
[Full Changelog](https://github.com/idealista/airflow-role/compare/1.7.1...1.7.2)
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ airflow_encrypt_s3_logs: False
airflow_s3_log_folder: # DEPRECATED

## DB
airflow_database_conn: sqlite:////etc/airflow/airflow.db
airflow_database_conn: sqlite:///{{ airflow_home }}/airflow.db
airflow_database_pool_size: 5
airflow_database_pool_recycle: 2000

Expand Down

0 comments on commit af97460

Please sign in to comment.