mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 19:50:25 -07:00
Add python >= 2.6 to documented deps
This commit is contained in:
parent
ef277ddf0b
commit
a8c12ec097
11 changed files with 20 additions and 7 deletions
|
@ -26,7 +26,9 @@ short_description: Add or remove a host group to Zabbix.
|
|||
description:
|
||||
- This module uses the Zabbix API to add and remove host groups.
|
||||
version_added: '1.8'
|
||||
requirements: [ 'zabbix-api' ]
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- zabbix-api
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue