mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 11:20:22 -07:00
Use semantic markup (modules o-p) (#6681)
* Use semantic markup. * Use real option, not alias. * E() now works better.
This commit is contained in:
parent
b271dba4bf
commit
45eb1e3915
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