doc: rocketchat: minor doc fix (#2420)
This commit is contained in:
parent
20ea765fdd
commit
432e6ca060
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,6 @@ options:
|
|||
- The domain for your environment without protocol. (i.e.
|
||||
C(subdomain.domain.com or chat.domain.tld))
|
||||
required: true
|
||||
default: None
|
||||
token:
|
||||
description:
|
||||
- Rocket Chat Incoming Webhook integration token. This provides
|
||||
|
@ -66,8 +65,9 @@ options:
|
|||
default: "Ansible"
|
||||
icon_url:
|
||||
description:
|
||||
- URL for the message sender's icon (default C(http://www.ansible.com/favicon.ico))
|
||||
- URL for the message sender's icon.
|
||||
required: false
|
||||
default: "http://www.ansible.com/favicon.ico"
|
||||
icon_emoji:
|
||||
description:
|
||||
- Emoji for the message sender. The representation for the available emojis can be
|
||||
|
|
Loading…
Reference in a new issue