mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 19:20:22 -07: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:
parent
bfd93081ae
commit
deb71da91e
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue