mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +00:00
Add python-2.6 requirement to the proxmox module
This commit is contained in:
committed by
Matt Clay
parent
573958bd53
commit
3c1dea1933
@@ -164,7 +164,7 @@ options:
|
||||
default: present
|
||||
notes:
|
||||
- Requires proxmoxer and requests modules on host. This modules can be installed with pip.
|
||||
requirements: [ "proxmoxer", "requests" ]
|
||||
requirements: [ "proxmoxer", "python >= 2.7", "requests" ]
|
||||
author: "Sergei Antipov @UnderGreen"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user