Merge pull request #12879 from larsks/bug/12876
allow include: directive to work during exception processing
This commit is contained in:
commit
4fd4f3374a
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ class IncludedFile:
|
||||||
included_files = []
|
included_files = []
|
||||||
|
|
||||||
for res in results:
|
for res in results:
|
||||||
if res._host.name in tqm._failed_hosts:
|
|
||||||
continue
|
|
||||||
|
|
||||||
if res._task.action == 'include':
|
if res._task.action == 'include':
|
||||||
if res._task.loop:
|
if res._task.loop:
|
||||||
|
|
Loading…
Reference in a new issue