mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
committed by
Jordan Borean
parent
3a634058f3
commit
bcd189509e
@@ -538,6 +538,8 @@ def main():
|
||||
changed = True
|
||||
else:
|
||||
changed = False
|
||||
if os.path.exists(tmpsrc):
|
||||
os.remove(tmpsrc)
|
||||
|
||||
if checksum != '':
|
||||
destination_checksum = module.digest_from_file(dest, algorithm)
|
||||
|
||||
Reference in New Issue
Block a user