mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Improve YAML (#19174)
This commit is contained in:
parent
4bfb83c966
commit
9a9ee3a195
1 changed files with 3 additions and 3 deletions
|
@ -453,17 +453,17 @@ the ``copy`` module::
|
||||||
description: destination file/path
|
description: destination file/path
|
||||||
returned: success
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
sample: "/path/to/file.txt"
|
sample: /path/to/file.txt
|
||||||
src:
|
src:
|
||||||
description: source file used for the copy on the target machine
|
description: source file used for the copy on the target machine
|
||||||
returned: changed
|
returned: changed
|
||||||
type: string
|
type: string
|
||||||
sample: "/home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source"
|
sample: /home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source
|
||||||
md5sum:
|
md5sum:
|
||||||
description: md5 checksum of the file after running copy
|
description: md5 checksum of the file after running copy
|
||||||
returned: when supported
|
returned: when supported
|
||||||
type: string
|
type: string
|
||||||
sample: "2a5aeecc61dc98c4d780b14b330e3282"
|
sample: 2a5aeecc61dc98c4d780b14b330e3282
|
||||||
...
|
...
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue