mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
parent
1b74102ab3
commit
08ad05c83b
2 changed files with 12 additions and 15 deletions
|
@ -122,6 +122,9 @@ class PlaybookExecutor:
|
|||
entry['plays'].append(p)
|
||||
|
||||
else:
|
||||
# make sure the tqm has callbacks loaded
|
||||
self._tqm.load_callbacks()
|
||||
|
||||
# we are actually running plays
|
||||
for batch in self._get_serialized_batches(new_play):
|
||||
if len(batch) == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue