[PR #6620/91b69263 backport][stable-6] Fixed typo in record_values documentation (#6625)
Fixed typo in record_values documentation (#6620)
(cherry picked from commit 91b692634e
)
Co-authored-by: Tristan Pinaudeau <tristan@tic.sh>
pull/6633/head
parent
154d1b7024
commit
45200fc233
|
@ -59,7 +59,7 @@ options:
|
||||||
record_values:
|
record_values:
|
||||||
description:
|
description:
|
||||||
- Manage DNS record name with this value.
|
- Manage DNS record name with this value.
|
||||||
- Mutually exclusive with I(record_values), and exactly one of I(record_value) and I(record_values) has to be specified.
|
- Mutually exclusive with I(record_value), and exactly one of I(record_value) and I(record_values) has to be specified.
|
||||||
- In the case of 'A' or 'AAAA' record types, this will be the IP address.
|
- In the case of 'A' or 'AAAA' record types, this will be the IP address.
|
||||||
- In the case of 'A6' record type, this will be the A6 Record data.
|
- In the case of 'A6' record type, this will be the A6 Record data.
|
||||||
- In the case of 'CNAME' record type, this will be the hostname.
|
- In the case of 'CNAME' record type, this will be the hostname.
|
||||||
|
|
Loading…
Reference in New Issue