mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
Fix more docs vs argspec (#36048)
This commit is contained in:
parent
404f9260d9
commit
17c0d3eae0
7 changed files with 88 additions and 157 deletions
|
@ -42,12 +42,13 @@ options:
|
|||
domain_name:
|
||||
description:
|
||||
- The new domain name to apply to the device.
|
||||
name_server:
|
||||
name_servers:
|
||||
description:
|
||||
- A list of name servers to use with the device. Mutually exclusive with
|
||||
I(domain_search)
|
||||
required: false
|
||||
default: null
|
||||
aliases: ['name_server']
|
||||
domain_search:
|
||||
description:
|
||||
- A list of domain names to search. Mutually exclusive with
|
||||
|
@ -81,7 +82,7 @@ EXAMPLES = """
|
|||
|
||||
- name: configure name servers
|
||||
vyos_system:
|
||||
name_server:
|
||||
name_servers
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue