1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

copy: grammar fix

This commit is contained in:
Pierre-Louis Bonicoli 2017-06-18 00:29:34 +02:00 committed by Toshio Kuratomi
parent ed8279cce0
commit e52096e78a

View file

@ -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: