mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Fix comment
This commit is contained in:
@@ -197,7 +197,7 @@ class ActionModule(object):
|
||||
return ReturnData(conn=conn, result=result)
|
||||
|
||||
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
|
||||
|
||||
if local_checksum != remote_checksum:
|
||||
|
||||
Reference in New Issue
Block a user