mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Bump python support version for openstack modules (#40750)
The openstack modules do not support python 2.6 as the underlying library dependency (openstacksdk) does not support python 2.6. Update the docs to make this clear.
This commit is contained in:
committed by
David Shrewsbury
parent
026de6bcb0
commit
123b01aaeb
@@ -59,7 +59,7 @@ options:
|
||||
- Scheduler hints passed to volume API in form of dict
|
||||
version_added: "2.4"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "python >= 2.7"
|
||||
- "openstacksdk"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user