mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixes to prevent doc brekage
This commit is contained in:
@@ -99,7 +99,7 @@ options:
|
||||
default: null
|
||||
ip_to_networks:
|
||||
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.
|
||||
required: false
|
||||
default: null
|
||||
|
||||
@@ -53,7 +53,6 @@ options:
|
||||
requirements:
|
||||
- kazoo >= 2.1
|
||||
author: "Trey Perry (@treyperry)"
|
||||
---
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
Reference in New Issue
Block a user