mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
clarify how users are specified (#52260)
##### SUMMARY Clarify that usernames - which Zabbix API documentation calls "aliases" - are to be specified for recipients ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
f86c24a53c
commit
81d688a7c7
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ options:
|
|||
send_to_users:
|
||||
type: list
|
||||
description:
|
||||
- Users to send messages to.
|
||||
- Users (usernames or aliases) to send messages to.
|
||||
message:
|
||||
description:
|
||||
- Operation message text.
|
||||
|
|
Loading…
Reference in a new issue