mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Go to next task when we get an error in linear
This commit is contained in:
parent
bbda86ad0a
commit
b91ce29007
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ class StrategyModule(StrategyBase):
|
||||||
iterator.mark_host_failed(host)
|
iterator.mark_host_failed(host)
|
||||||
# FIXME: callback here?
|
# FIXME: callback here?
|
||||||
print(e)
|
print(e)
|
||||||
|
continue
|
||||||
|
|
||||||
for new_block in new_blocks:
|
for new_block in new_blocks:
|
||||||
noop_block = Block(parent_block=task._block)
|
noop_block = Block(parent_block=task._block)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue