mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
[PR #6681/45eb1e39 backport][stable-7] Use semantic markup (modules o-p) (#6705)
Use semantic markup (modules o-p) (#6681)
* Use semantic markup.
* Use real option, not alias.
* E() now works better.
(cherry picked from commit 45eb1e3915
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f583dbd2d3
commit
f4af31b76b
42 changed files with 420 additions and 419 deletions
|
@ -25,7 +25,7 @@ attributes:
|
|||
check_mode:
|
||||
support: full
|
||||
details:
|
||||
- Check mode simply does nothing except returning C(changed=true) in case the I(url) seems to be correct.
|
||||
- Check mode simply does nothing except returning C(changed=true) in case the O(url) seems to be correct.
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
|
@ -61,7 +61,7 @@ options:
|
|||
type: str
|
||||
environment:
|
||||
description:
|
||||
- The environment name, typically C(production), C(staging), etc.
|
||||
- The environment name, typically V(production), V(staging), and so on.
|
||||
required: false
|
||||
type: str
|
||||
link_url:
|
||||
|
@ -82,7 +82,7 @@ options:
|
|||
type: str
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(false), SSL certificates for the target URL will not be validated.
|
||||
- If V(false), SSL certificates for the target URL will not be validated.
|
||||
This should only be used on personally controlled sites using self-signed certificates.
|
||||
required: false
|
||||
default: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue