mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
parent
3a634058f3
commit
bcd189509e
1 changed files with 2 additions and 0 deletions
|
@ -538,6 +538,8 @@ def main():
|
||||||
changed = True
|
changed = True
|
||||||
else:
|
else:
|
||||||
changed = False
|
changed = False
|
||||||
|
if os.path.exists(tmpsrc):
|
||||||
|
os.remove(tmpsrc)
|
||||||
|
|
||||||
if checksum != '':
|
if checksum != '':
|
||||||
destination_checksum = module.digest_from_file(dest, algorithm)
|
destination_checksum = module.digest_from_file(dest, algorithm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue