mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #2240 from dorfsmay/pullreq-fetch-doc
Doc that fetch returns ok when src not present.
This commit is contained in:
commit
8099e4ac26
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ short_description: Fetches a file from remote nodes
|
||||||
description:
|
description:
|
||||||
- This module works like M(copy), but in reverse. It is used for fetching
|
- This module works like M(copy), but in reverse. It is used for fetching
|
||||||
files from remote machines and storing them locally in a file tree,
|
files from remote machines and storing them locally in a file tree,
|
||||||
organized by hostname.
|
organized by hostname. Note that if the source file is missing, it
|
||||||
|
returns status=ok.
|
||||||
version_added: "0.2"
|
version_added: "0.2"
|
||||||
options:
|
options:
|
||||||
src:
|
src:
|
||||||
|
|
Loading…
Reference in a new issue