From 560a3c3681a3b2c378403ce4790973c71277d2fa Mon Sep 17 00:00:00 2001 From: Eike Frost Date: Mon, 20 Nov 2017 17:34:13 +0100 Subject: [PATCH] zabbix_host: Fix doc implying creation would work when in reality only an update does (#33095) --- lib/ansible/modules/monitoring/zabbix/zabbix_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/zabbix/zabbix_host.py b/lib/ansible/modules/monitoring/zabbix/zabbix_host.py index 6ecfc21b95..da334f3188 100644 --- a/lib/ansible/modules/monitoring/zabbix/zabbix_host.py +++ b/lib/ansible/modules/monitoring/zabbix/zabbix_host.py @@ -192,7 +192,7 @@ EXAMPLES = ''' port: 12345 proxy: a.zabbix.proxy -- name: Create a new host or update an existing host's tls settings +- name: Update an existing host's TLS settings local_action: module: zabbix_host server_url: http://monitor.example.com