Skip to content

Commit

Permalink
Merge pull request #101 from idealista/develop
Browse files Browse the repository at this point in the history
Fix notify handler typo
  • Loading branch information
ultraheroe authored May 10, 2021
2 parents 273b8f9 + 345b9e4 commit 72813bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ 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)
<!-- [Full Changelog](https://github.com/idealista/airflow-role/compare/2.0.0...bugfix/broken-features-release-2.0.0) -->

## [2.0.1](https://github.com/idealista/airflow-role/tree/2.0.1)
<!-- [Full Changelog](https://github.com/idealista/airflow-role/compare/2.0.1...bugfix/wrong-task-handler) -->

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

[Full Changelog](https://github.com/idealista/airflow-role/compare/2.0.0...2.0.1)
[Full Changelog](https://github.com/idealista/airflow-role/compare/2.0.1...2.0.2)

### Fixed

- :hammer_and_wrench: Fix notify handler typo in task ➡️ [#99](https://github.com/idealista/airflow-role/issues/99) [BUG] notify restart airflow services not found when installing DAG dependencies

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

### Changed

Expand Down
8 changes: 4 additions & 4 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@
with_items: "{{ dags_dependencies }}"
when: dags_dependencies is defined
notify:
- restart airflow_webserver
- restart airflow_scheduler
- restart airflow_worker
- restart airflow_flower
- restart airflow-webserver
- restart airflow-scheduler
- restart airflow-worker
- restart airflow-flower

- name: Airflow | Copy Environment File
template:
Expand Down

0 comments on commit 72813bf

Please sign in to comment.