mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
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
|
default: present
|
||||||
notes:
|
notes:
|
||||||
- Requires proxmoxer and requests modules on host. This modules can be installed with pip.
|
- 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"
|
author: "Sergei Antipov @UnderGreen"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue