mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Copy recursion works when source is a parameter, there is no parameter 'recurse' here.
This commit is contained in:
parent
734548d8b4
commit
f186bcc936
1 changed files with 0 additions and 6 deletions
|
@ -83,12 +83,6 @@ options:
|
||||||
defaults.
|
defaults.
|
||||||
required: false
|
required: false
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
recurse:
|
|
||||||
description:
|
|
||||||
- Copy all contents in the source directory recursively. This will be slightly inefficient compared to the 'synchronize'
|
|
||||||
module and should not be used for large directory trees.
|
|
||||||
required: false
|
|
||||||
default: false
|
|
||||||
extends_documentation_fragment: files
|
extends_documentation_fragment: files
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
notes:
|
notes:
|
||||||
|
|
Loading…
Reference in a new issue