parent
5568ffd45b
commit
2b52eadebb
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ def main():
|
||||||
)
|
)
|
||||||
|
|
||||||
if not HAS_ZABBIX_API:
|
if not HAS_ZABBIX_API:
|
||||||
module.fail_json(msg="Missing requried zabbix-api module" +
|
module.fail_json(msg="Missing required zabbix-api module" +
|
||||||
" (check docs or install with:" +
|
" (check docs or install with:" +
|
||||||
" pip install zabbix-api)")
|
" pip install zabbix-api)")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue