Backport/2.9/65145 zabbix modules now require higher version of underlying python module (#65602)

* updated required zabbix-api version for zabbix modules

(cherry picked from commit f48ac0da5d)

* added changelog fragment
pull/65821/head
Dusan Matejka 5 years ago committed by Alicia Cozine
parent 6ba26e7556
commit 56120d034a

@ -0,0 +1,2 @@
minor_changes:
- zabbix_* - underlying python module now required in version zabbix-api==0.5.4 (https://github.com/ansible/ansible/pull/65145)

@ -30,7 +30,7 @@ author:
- Ruben Harutyunov (@K-DOT)
requirements:
- zabbix-api
- "zabbix-api >= 0.5.4"
options:
name:

@ -27,7 +27,7 @@ author:
- "Harrison Gu (@harrisongu)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
state:
description:

@ -33,7 +33,7 @@ author:
- "Michael Miko (@RedWhiteMiko)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
hostgroup_name:
description:

@ -28,7 +28,7 @@ author:
- Eike Frost (@eikef)
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
host_name:
description:

@ -34,7 +34,7 @@ author:
- "Michael Miko (@RedWhiteMiko)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
host_name:
description:

@ -25,7 +25,7 @@ author:
- Dean Hailin Song (!UNKNOWN)
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
host_name:
description:

@ -23,7 +23,7 @@ version_added: "1.8"
author: "Alexander Bulimov (@abulimov)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
state:
description:

@ -38,7 +38,7 @@ description:
C(zbx_trigger_draw_style) contains indicator draw style. Possible values are the same as for C(zbx_draw_style)."
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
- pydotplus
- webcolors
- Pillow

@ -22,7 +22,7 @@ version_added: "2.9"
author:
- Ruben Tsirunyan (@rubentsirunyan)
requirements:
- zabbix-api
- "zabbix-api >= 0.5.4"
options:
name:

@ -36,7 +36,7 @@ author:
- "Alen Komic (@akomic)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
proxy_name:
description:

@ -26,7 +26,7 @@ author:
- "Harrison Gu (@harrisongu)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
screens:
description:

@ -27,7 +27,7 @@ author:
- "Dusan Matejka (@D3DeFi)"
requirements:
- "python >= 2.6"
- "zabbix-api >= 0.5.3"
- "zabbix-api >= 0.5.4"
options:
template_name:
description:

Loading…
Cancel
Save