mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07: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:
parent
026de6bcb0
commit
123b01aaeb
29 changed files with 29 additions and 29 deletions
|
@ -37,7 +37,7 @@ options:
|
|||
choices: [present, absent]
|
||||
default: present
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "python >= 2.7"
|
||||
- "openstacksdk"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue