Fix documentation with misleading data type (#78157)

##### SUMMARY
The sample value given for the 'mode' parameter is shown without quotes, but the data type is string. If you actually try to use an unquoted numeric string for this value you're in for a nasty surprise! I added quotation marks to the sample value.
##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/78161/head
mlevens-hw 2 years ago committed by GitHub
parent 58b42abede
commit 4c9385dab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -268,7 +268,7 @@ mode:
description: Permissions of the target, after execution.
returned: success
type: str
sample: 0644
sample: "0644"
size:
description: Size of the target, after execution.
returned: success

Loading…
Cancel
Save