mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
This commit is contained in:
parent
4b2495a54c
commit
d5ed818e7c
2 changed files with 4 additions and 0 deletions
|
@ -239,6 +239,8 @@ class Play(Base, Taggable, Become):
|
|||
|
||||
if len(self.roles) > 0:
|
||||
for r in self.roles:
|
||||
if r.from_include:
|
||||
continue
|
||||
block_list.extend(r.get_handler_blocks(play=self))
|
||||
|
||||
return block_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue