mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 04:30:22 -07:00
Fix comment
This commit is contained in:
parent
3269a349f3
commit
f2d2f425ae
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class ActionModule(object):
|
||||||
return ReturnData(conn=conn, result=result)
|
return ReturnData(conn=conn, result=result)
|
||||||
|
|
||||||
if remote_checksum != '1' and not force:
|
if remote_checksum != '1' and not force:
|
||||||
# remote_file does not exist so continue to next iteration.
|
# remote_file exists so continue to next iteration.
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if local_checksum != remote_checksum:
|
if local_checksum != remote_checksum:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue