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:
Michael DeHaan 2012-03-02 22:38:55 -05:00
parent 6541f338df
commit e4304a0ac5
4 changed files with 38 additions and 35 deletions

View file

@ -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