mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 21:33:07 +00:00
Fix doc requirements, and consistently require python 3.6+
Change-Id: I43f4ba5718422f75f553e3cae88fa887722aa044
This commit is contained in:
@@ -20,9 +20,6 @@ description:
|
||||
Note that the M(os_server_info) module no longer returns C(ansible_facts)!
|
||||
notes:
|
||||
- The result contains a list of servers.
|
||||
requirements:
|
||||
- "python >= 3.6""
|
||||
- "openstacksdk"
|
||||
options:
|
||||
server:
|
||||
description:
|
||||
@@ -44,6 +41,9 @@ options:
|
||||
scoped project.
|
||||
type: bool
|
||||
default: 'no'
|
||||
requirements:
|
||||
- "python >= 3.6"
|
||||
- "openstacksdk"
|
||||
|
||||
extends_documentation_fragment:
|
||||
- openstack.cloud.openstack
|
||||
|
||||
Reference in New Issue
Block a user