From e52096e78a962aed678c5f239c445ba99d477382 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Sun, 18 Jun 2017 00:29:34 +0200 Subject: [PATCH] copy: grammar fix --- lib/ansible/modules/files/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/copy.py b/lib/ansible/modules/files/copy.py index 556dfac967c..1f94ebcaea1 100644 --- a/lib/ansible/modules/files/copy.py +++ b/lib/ansible/modules/files/copy.py @@ -39,7 +39,7 @@ options: description: - 'Remote absolute path where the file should be copied to. If I(src) is a directory, this must be a directory too. If I(dest) is a nonexistent path and if either I(dest) ends with "/" or I(src) is a directory, I(dest) is created. - If I(src) and I(dest) are files, then parent directory of I(dest) isn''t created: the task fails if it doesn''t already exist.' + If I(src) and I(dest) are files, the parent directory of I(dest) isn''t created: the task fails if it doesn''t already exist.' required: yes backup: description: