zabbix_host: Fix doc implying creation would work when in reality only an update does (#33095)
This commit is contained in:
parent
8e56133b3d
commit
560a3c3681
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue