From f2d2f425ae07cff897208f578ef32d9befd1c4e6 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 8 Dec 2014 13:07:34 -0800 Subject: [PATCH] Fix comment --- lib/ansible/runner/action_plugins/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/runner/action_plugins/copy.py b/lib/ansible/runner/action_plugins/copy.py index bb579e48a8e..9f6797a02aa 100644 --- a/lib/ansible/runner/action_plugins/copy.py +++ b/lib/ansible/runner/action_plugins/copy.py @@ -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: