Clear failed state in always only if we did rescue (#52829)

Fixes #52561
This commit is contained in:
Martin Krizek
2019-02-25 09:30:17 +01:00
committed by GitHub
parent a1ec307d43
commit f135960fc2
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Fix handlers on failed hosts with always section (https://github.com/ansible/ansible/issues/52561)