mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #542 from davehatton/copy_always_returns_changed_equals_true
copy module, return changed attribute seperate from md5sum
This commit is contained in:
@@ -102,5 +102,5 @@ else:
|
||||
|
||||
# mission accomplished
|
||||
#print "md5sum=%s changed=%s" % (md5sum_src, changed)
|
||||
exit_kv(dest=dest, src=src, changed="md5sum=%s changed=%s" % (md5sum_src, changed))
|
||||
exit_kv(dest=dest, src=src, md5sum=md5sum_src, changed=changed)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user