Add python-2.6 requirement to the proxmox module

This commit is contained in:
Toshio Kuratomi 2016-10-17 08:13:36 -07:00 committed by Matt Clay
parent 573958bd53
commit 3c1dea1933

View file

@ -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"
'''