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:
@@ -16,9 +16,6 @@ short_description: Retrieve info about one or more OpenStack groups
|
||||
author: "Phillipe Smith (@phsmith)"
|
||||
description:
|
||||
- Retrieve info about a one or more OpenStack groups.
|
||||
requirements:
|
||||
- "python >= 3.6""
|
||||
- "openstacksdk"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
@@ -34,6 +31,9 @@ options:
|
||||
- A dictionary of meta data to use for further filtering. Elements of
|
||||
this dictionary may be additional dictionaries.
|
||||
type: dict
|
||||
requirements:
|
||||
- "python >= 3.6"
|
||||
- "openstacksdk"
|
||||
|
||||
extends_documentation_fragment:
|
||||
- openstack.cloud.openstack
|
||||
|
||||
Reference in New Issue
Block a user