mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
made returns from next task consistent to avoid typeerrors, also linear now checks for none
fixes #11965
This commit is contained in:
@@ -130,7 +130,7 @@ class PlayIterator:
|
||||
|
||||
task = None
|
||||
if s.run_state == self.ITERATING_COMPLETE:
|
||||
return None
|
||||
return (None, None)
|
||||
elif s.run_state == self.ITERATING_SETUP:
|
||||
s.run_state = self.ITERATING_TASKS
|
||||
s.pending_setup = True
|
||||
|
||||
Reference in New Issue
Block a user