Use semantic markup (modules o-p) (#6681)

* Use semantic markup.

* Use real option, not alias.

* E() now works better.
This commit is contained in:
Felix Fontein 2023-06-15 15:48:17 +02:00 committed by GitHub
commit 45eb1e3915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 420 additions and 419 deletions

View file

@ -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