fix to return vals docs
This commit is contained in:
parent
57cf6e8bb4
commit
c04c84887e
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ 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"
|
||||||
checksum:
|
checksum:
|
||||||
description: checksum of the file after running copy
|
description: checksum of the file after running copy
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -149,7 +149,7 @@ owner:
|
||||||
returned: success
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
sample: "httpd"
|
sample: "httpd"
|
||||||
uid: 100
|
uid:
|
||||||
description: owner id of the file, after execution
|
description: owner id of the file, after execution
|
||||||
returned: success
|
returned: success
|
||||||
type: int
|
type: int
|
||||||
|
|
Loading…
Reference in a new issue