mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -118,11 +118,11 @@ RETURN = '''
|
|||
changed:
|
||||
description: If module has modified record
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
record:
|
||||
description: DNS record
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 'ansible'
|
||||
ttl:
|
||||
description: DNS record TTL
|
||||
|
@ -132,7 +132,7 @@ ttl:
|
|||
type:
|
||||
description: DNS record type
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 'CNAME'
|
||||
value:
|
||||
description: DNS record value(s)
|
||||
|
@ -142,7 +142,7 @@ value:
|
|||
zone:
|
||||
description: DNS record zone
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: 'example.org.'
|
||||
dns_rc:
|
||||
description: dnspython return code
|
||||
|
@ -152,7 +152,7 @@ dns_rc:
|
|||
dns_rc_str:
|
||||
description: dnspython return code (string representation)
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
sample: 'REFUSED'
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue