Add python-2.6 requirement to the proxmox module
This commit is contained in:
parent
573958bd53
commit
3c1dea1933
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue