mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07:00
Fix invalid fields in module DOCUMENATION (#22297)
* fix module doc fields * More module docs corrections * More module docs corrections * More module docs corrections * More module docs corrections * correct aliases * Review comments * Must quote ':' * More authors * Use suboptions: * restore type: bool * type should be in the same place * More tidyups * authors * Use suboptions * revert * remove duplicate author * More issues post rebase
This commit is contained in:
parent
000ca2a2bc
commit
e5b990a55a
138 changed files with 176 additions and 256 deletions
|
@ -62,10 +62,8 @@ options:
|
|||
choices: [ '', private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control ]
|
||||
mime_map:
|
||||
description:
|
||||
- Dict entry from extension to MIME type. This will override any default/sniffed MIME type.
|
||||
type: dict
|
||||
- 'Dict entry from extension to MIME type. This will override any default/sniffed MIME type. For example C({".txt": "application/text", ".yml": "appication/text"})'
|
||||
required: false
|
||||
sample: {".txt": "application/text", ".yml": "appication/text"}
|
||||
include:
|
||||
description:
|
||||
- Shell pattern-style file matching.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue