Fix doc requirements, and consistently require python 3.6+

Change-Id: I43f4ba5718422f75f553e3cae88fa887722aa044
This commit is contained in:
Mark Chappell
2020-03-16 10:31:33 +01:00
parent 400e9c4873
commit 9e9dacdf3c
53 changed files with 117 additions and 76 deletions

View File

@@ -17,9 +17,6 @@ description:
- Retrieve information about a one or more OpenStack users
- This module was called C(os_user_facts) before Ansible 2.9, returning C(ansible_facts).
Note that the M(os_user_info) module no longer returns C(ansible_facts)!
requirements:
- "python >= 3.6""
- "openstacksdk"
options:
name:
description:
@@ -32,6 +29,9 @@ options:
description:
- A dictionary of meta data to use for further filtering. Elements of
this dictionary may be additional dictionaries.
requirements:
- "python >= 3.6"
- "openstacksdk"
extends_documentation_fragment:
- openstack.cloud.openstack