mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 11:52:44 +00:00
Go to next task when we get an error in linear
This commit is contained in:
@@ -280,6 +280,7 @@ class StrategyModule(StrategyBase):
|
||||
iterator.mark_host_failed(host)
|
||||
# FIXME: callback here?
|
||||
print(e)
|
||||
continue
|
||||
|
||||
for new_block in new_blocks:
|
||||
noop_block = Block(parent_block=task._block)
|
||||
|
||||
Reference in New Issue
Block a user