diff options
Diffstat (limited to 'lib/ansible/modules/monitoring/zabbix_host.py')
-rw-r--r-- | lib/ansible/modules/monitoring/zabbix_host.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/monitoring/zabbix_host.py b/lib/ansible/modules/monitoring/zabbix_host.py index 08e34c0e6b..3eef1d0bf1 100644 --- a/lib/ansible/modules/monitoring/zabbix_host.py +++ b/lib/ansible/modules/monitoring/zabbix_host.py @@ -376,10 +376,10 @@ class Host(object): if host['proxy_hostid'] != proxy_id: return True - + if host['name'] != visible_name: return True - + return False # link or clear template of the host |