From 0b35433654501dbef30027fb0516b97db58555f7 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 18 Aug 2014 16:02:45 -0500 Subject: [PATCH] Fix check mode issues with copy module Fixes #8639 --- files/copy | 1 + 1 file changed, 1 insertion(+) diff --git a/files/copy b/files/copy index 3c2a5da16aa..e3efb50a5ec 100644 --- a/files/copy +++ b/files/copy @@ -145,6 +145,7 @@ def main(): directory_mode = dict(required=False) ), add_file_common_args=True, + supports_check_mode=True, ) src = os.path.expanduser(module.params['src'])