1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

ipwcli_dns: fixed markups in doc (#5225)

* ipwcli_dns: fixed markups in doc

* added punctuation
This commit is contained in:
Alexei Znamensky 2022-09-05 01:21:44 +12:00 committed by GitHub
parent 2a449eb163
commit a481f8356e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ options:
address:
description:
- The IP address for the A or AAAA record.
- Required for C(type=A) or C(type=AAAA)
- Required for I(type=A) or I(type=AAAA).
type: str
ttl:
description:
@ -71,38 +71,38 @@ options:
port:
description:
- Sets the port of the SRV record.
- Required for C(type=SRV)
- Required for I(type=SRV).
type: int
target:
description:
- Sets the target of the SRV record.
- Required for C(type=SRV)
- Required for I(type=SRV).
type: str
order:
description:
- Sets the order of the NAPTR record.
- Required for C(type=NAPTR)
- Required for I(type=NAPTR).
type: int
preference:
description:
- Sets the preference of the NAPTR record.
- Required for C(type=NAPTR)
- Required for I(type=NAPTR).
type: int
flags:
description:
- Sets one of the possible flags of NAPTR record.
- Required for C(type=NAPTR)
- Required for I(type=NAPTR).
type: str
choices: ['S', 'A', 'U', 'P']
service:
description:
- Sets the service of the NAPTR record.
- Required for C(type=NAPTR)
- Required for I(type=NAPTR).
type: str
replacement:
description:
- Sets the replacement of the NAPTR record.
- Required for C(type=NAPTR)
- Required for I(type=NAPTR).
type: str
username:
description: