Fix check mode issues with copy module

Fixes #8639
This commit is contained in:
James Cammarata
2014-08-18 16:02:45 -05:00
parent 542f07128e
commit 379e31883c
3 changed files with 5 additions and 1 deletions

View File

@@ -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'])