Fix modules code quote documentations (#63594)

pull/64465/head
Denis 5 years ago committed by Sandra McCann
parent f178c49c02
commit b2939c71b7

@ -325,7 +325,7 @@ options:
restore_time: restore_time:
description: description:
- If using I(creation_source=instance) this indicates the UTC date and time to restore from the source instance. - If using I(creation_source=instance) this indicates the UTC date and time to restore from the source instance.
For example, "2009-09-07T23:45:00Z". May alternatively set c(use_latest_restore_time) to True. For example, "2009-09-07T23:45:00Z". May alternatively set C(use_latest_restore_time) to True.
type: str type: str
s3_bucket_name: s3_bucket_name:
description: description:

@ -327,7 +327,7 @@ options:
- Frontend port resource of an application gateway. - Frontend port resource of an application gateway.
protocol: protocol:
description: description:
- Protocol of the c(http) listener. - Protocol of the C(http) listener.
choices: choices:
- 'http' - 'http'
- 'https' - 'https'

@ -47,7 +47,7 @@ options:
choices: ["present", "absent"] choices: ["present", "absent"]
default: "present" default: "present"
notes: notes:
- C(HEROKU_API_KEY) and C(TF_VAR_HEROKU_API_KEY) env variable can be used instead setting c(api_key). - C(HEROKU_API_KEY) and C(TF_VAR_HEROKU_API_KEY) env variable can be used instead setting C(api_key).
- If you use I(--check), you can also pass the I(-v) flag to see affected apps in C(msg), e.g. ["heroku-example-app"]. - If you use I(--check), you can also pass the I(-v) flag to see affected apps in C(msg), e.g. ["heroku-example-app"].
''' '''

@ -107,7 +107,7 @@ options:
reason: reason:
description: description:
- The value of the reason field in your desired condition - The value of the reason field in your desired condition
- For example, if a C(Deployment) is paused, The C(Progressing) c(type) will have the C(DeploymentPaused) reason. - For example, if a C(Deployment) is paused, The C(Progressing) C(type) will have the C(DeploymentPaused) reason.
- The possible reasons in a condition are specific to each resource type in Kubernetes. See the API documentation of the status field - The possible reasons in a condition are specific to each resource type in Kubernetes. See the API documentation of the status field
for a given resource to see possible choices. for a given resource to see possible choices.
version_added: "2.8" version_added: "2.8"

@ -28,7 +28,7 @@ options:
dest: dest:
description: description:
- A directory to save the policy file into. - A directory to save the policy file into.
- This option is ignored when C(inline) is set to c(yes). - This option is ignored when C(inline) is set to C(yes).
type: path type: path
file: file:
description: description:

@ -26,7 +26,7 @@ options:
suboptions: suboptions:
negate: negate:
description: description:
- When set to c(yes) the system selects this topology record, when the request source does not match. - When set to C(yes) the system selects this topology record, when the request source does not match.
type: bool type: bool
default: no default: no
subnet: subnet:
@ -85,7 +85,7 @@ options:
suboptions: suboptions:
negate: negate:
description: description:
- When set to c(yes) the system selects this topology record, when the request destination does not match. - When set to C(yes) the system selects this topology record, when the request destination does not match.
type: bool type: bool
default: no default: no
subnet: subnet:

@ -35,7 +35,7 @@ options:
suboptions: suboptions:
negate: negate:
description: description:
- When set to c(yes) the system selects this topology region, when the request source does not match. - When set to C(yes) the system selects this topology region, when the request source does not match.
- Only a single list entry can be specified together with negate. - Only a single list entry can be specified together with negate.
type: bool type: bool
default: no default: no

@ -54,7 +54,7 @@ options:
For example, changing one module to C(dedicated) requires setting all For example, changing one module to C(dedicated) requires setting all
others to C(none). Setting the level of a module to C(none) means that others to C(none). Setting the level of a module to C(none) means that
the module is not activated. the module is not activated.
- Use C(state) absent to set c(level) to none and de-provision module. - Use C(state) absent to set C(level) to none and de-provision module.
- This parameter is not relevant to C(cgnat - pre tmos 15.0) or C(mgmt) and will not be - This parameter is not relevant to C(cgnat - pre tmos 15.0) or C(mgmt) and will not be
applied to the C(cgnat - pre tmos 15.0) or C(mgmt) module. applied to the C(cgnat - pre tmos 15.0) or C(mgmt) module.
type: str type: str

@ -51,7 +51,7 @@ options:
value: value:
description: description:
- The value(s) to specify. Required when C(state=present). - The value(s) to specify. Required when C(state=present).
- When c(type=PTR) only the partial part of the IP should be given. - When C(type=PTR) only the partial part of the IP should be given.
aliases: [ values ] aliases: [ values ]
type: list type: list
zone: zone:

@ -62,8 +62,8 @@ options:
description: description:
- This parameter is only valid on Server 2012 and newer. - This parameter is only valid on Server 2012 and newer.
- Primarily used for enabling and disabling server name indication (SNI). - Primarily used for enabling and disabling server name indication (SNI).
- Set to c(0) to disable SNI. - Set to C(0) to disable SNI.
- Set to c(1) to enable SNI. - Set to C(1) to enable SNI.
type: str type: str
version_added: "2.5" version_added: "2.5"
seealso: seealso:

Loading…
Cancel
Save