trim md5sum string so it does not contain the filename

also fix a bug/typo in the reporting from playbook
This commit is contained in:
Michael DeHaan 2012-02-26 12:10:57 -05:00
parent bfd93081ae
commit deb71da91e
3 changed files with 5 additions and 5 deletions

View file

@ -183,7 +183,7 @@ class PlayBook(object):
if not self.changed.has_key(host):
self.changed[host] = 1
else:
self.changes[host] = self.changed[host] + 1
self.changed[host] = self.changed[host] + 1
# flag which notify handlers need to be run