Skip to content

Commit

Permalink
Merge pull request #30 from idealista/develop
Browse files Browse the repository at this point in the history
v1.3.2
  • Loading branch information
José Noguera authored Dec 21, 2017
2 parents 7f95610 + f7220dc commit e416c79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch

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


## [1.3.2](https://github.com/idealista/airflow-role/tree/1.3.2)
[Full Changelog](https://github.com/idealista/airflow-role/compare/1.3.1...1.3.2)
### Fixed
- *[#28](https://github.com/idealista/airflow-role/issues/28) Fix Init DB task hang* @jnogol

## [1.3.1](https://github.com/idealista/airflow-role/tree/1.3.1)
[Full Changelog](https://github.com/idealista/airflow-role/compare/1.3.0...1.3.1)
### Fixed
Expand Down
4 changes: 3 additions & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
- restart airflow-flower

- name: Airflow | Initializing DB
shell: AIRFLOW_HOME={{ airflow_home }} /usr/local/bin/airflow initdb
command: /usr/local/bin/airflow initdb
environment:
AIRFLOW_HOME: "{{ airflow_home }}"
become: true
become_user: "{{ airflow_user }}"
tags:
Expand Down

0 comments on commit e416c79

Please sign in to comment.