mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix doc s/Slack/Mattermost/ (#22017)
This commit is contained in:
parent
1699c9ea48
commit
a290f85eba
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ EXAMPLES = """
|
||||||
api_key: my_api_key
|
api_key: my_api_key
|
||||||
text: '{{ inventory_hostname }} completed'
|
text: '{{ inventory_hostname }} completed'
|
||||||
|
|
||||||
- name: Send notification message via Slack all options
|
- name: Send notification message via Mattermost all options
|
||||||
mattermost:
|
mattermost:
|
||||||
url: http://mattermost.example.com
|
url: http://mattermost.example.com
|
||||||
api_key: my_api_key
|
api_key: my_api_key
|
||||||
|
|
Loading…
Reference in a new issue