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.
|
- The domain for your environment without protocol. (i.e.
|
||||||
C(subdomain.domain.com or chat.domain.tld))
|
C(subdomain.domain.com or chat.domain.tld))
|
||||||
required: true
|
required: true
|
||||||
default: None
|
|
||||||
token:
|
token:
|
||||||
description:
|
description:
|
||||||
- Rocket Chat Incoming Webhook integration token. This provides
|
- Rocket Chat Incoming Webhook integration token. This provides
|
||||||
|
@ -66,8 +65,9 @@ options:
|
||||||
default: "Ansible"
|
default: "Ansible"
|
||||||
icon_url:
|
icon_url:
|
||||||
description:
|
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
|
required: false
|
||||||
|
default: "http://www.ansible.com/favicon.ico"
|
||||||
icon_emoji:
|
icon_emoji:
|
||||||
description:
|
description:
|
||||||
- Emoji for the message sender. The representation for the available emojis can be
|
- Emoji for the message sender. The representation for the available emojis can be
|
||||||
|
|
Loading…
Reference in a new issue