mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Fix description parameter to check_all_properties (which was mangled in an earlier update) (#31987)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user