mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +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:
|
||||
description:
|
||||
- Ignored. Present for backwards compatibility
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "python >= 2.7"
|
||||
- "openstacksdk"
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user