Fix description parameter to check_all_properties (which was mangled in an earlier update) (#31987)
This commit is contained in:
parent
8f4aab6d28
commit
8f8d5b41d7
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ def main():
|
|||
module.exit_json(changed=False)
|
||||
else:
|
||||
if host.check_all_properties(host_id, host_groups, status, interfaces, template_ids,
|
||||
exist_interfaces_copy, zabbix_host_obj, proxy_id, visible_name, host_name):
|
||||
exist_interfaces_copy, zabbix_host_obj, proxy_id, visible_name, description, host_name):
|
||||
host.update_host(host_name, group_ids, status, host_id, interfaces, exist_interfaces, proxy_id,
|
||||
visible_name, description, tls_connect, tls_accept, tls_psk_identity, tls_psk, tls_issuer,
|
||||
tls_subject)
|
||||
|
|
Loading…
Reference in a new issue