mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixes to prevent doc brekage
This commit is contained in:
parent
4a6c9dd5b3
commit
b0e86d3551
2 changed files with 1 additions and 2 deletions
|
@ -99,7 +99,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
ip_to_networks:
|
ip_to_networks:
|
||||||
description:
|
description:
|
||||||
- List of mappings in the form {'network': NetworkName, 'ip': 1.2.3.4}
|
- "List of mappings in the form {'network': NetworkName, 'ip': 1.2.3.4}"
|
||||||
- Mutually exclusive with C(networks) option.
|
- Mutually exclusive with C(networks) option.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
|
@ -53,7 +53,6 @@ options:
|
||||||
requirements:
|
requirements:
|
||||||
- kazoo >= 2.1
|
- kazoo >= 2.1
|
||||||
author: "Trey Perry (@treyperry)"
|
author: "Trey Perry (@treyperry)"
|
||||||
---
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Reference in a new issue