mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
parent
7215470c6f
commit
eccfb7e0b5
2 changed files with 49 additions and 4 deletions
|
@ -307,6 +307,11 @@ class PlayIterator:
|
|||
if res:
|
||||
return res
|
||||
|
||||
for block in self._play.handlers:
|
||||
res = _search_block(block, task)
|
||||
if res:
|
||||
return res
|
||||
|
||||
return None
|
||||
|
||||
def add_tasks(self, host, task_list):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue