Add python-2.6 requirement to the proxmox module

pull/4420/head
Toshio Kuratomi 2016-10-17 08:13:36 -07:00 committed by Matt Clay
parent 573958bd53
commit 3c1dea1933
1 changed files with 1 additions and 1 deletions

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