mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure
service module is installed by setup.py
This commit is contained in:
parent
6541f338df
commit
e4304a0ac5
4 changed files with 38 additions and 35 deletions
|
@ -223,8 +223,7 @@ class PlayBook(object):
|
|||
# for this particular pattern group
|
||||
|
||||
for x in handlers:
|
||||
attribs = x["do"]
|
||||
name = attribs[0]
|
||||
name = x['name']
|
||||
if match_name == name:
|
||||
# flag the handler with the list of hosts
|
||||
# it needs to be run on, it will be run later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue