PEP 8 fix.
This commit is contained in:
parent
a236d249ae
commit
6ce683c29e
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ class CallbackModule(CallbackBase):
|
||||||
if self._play.strategy == 'free' and self._last_task_banner != result._task._uuid:
|
if self._play.strategy == 'free' and self._last_task_banner != result._task._uuid:
|
||||||
self._print_task_banner(result._task)
|
self._print_task_banner(result._task)
|
||||||
|
|
||||||
|
|
||||||
if isinstance(result._task, TaskInclude):
|
if isinstance(result._task, TaskInclude):
|
||||||
return
|
return
|
||||||
elif result._result.get('changed', False):
|
elif result._result.get('changed', False):
|
||||||
|
|
Loading…
Reference in a new issue