mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 13:53:15 +00:00
Fix doc requirements, and consistently require python 3.6+
Change-Id: I43f4ba5718422f75f553e3cae88fa887722aa044
This commit is contained in:
@@ -17,9 +17,6 @@ version_added: "2.10"
|
||||
author: "Bram Verschueren (@bverschueren)"
|
||||
description:
|
||||
- Retrieve information about one or more routers from OpenStack.
|
||||
requirements:
|
||||
- "python >= 3.6""
|
||||
- "openstacksdk"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
@@ -59,6 +56,9 @@ options:
|
||||
description:
|
||||
- A list of tags to filter the list result by. Resources that match all tags in this list will be returned.
|
||||
type: list
|
||||
requirements:
|
||||
- "python >= 3.6"
|
||||
- "openstacksdk"
|
||||
extends_documentation_fragment: openstack
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user