mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user