From a290f85eba643426de2ac27b9624338b3294235c Mon Sep 17 00:00:00 2001 From: Benjamin Jolivot Date: Mon, 27 Feb 2017 22:54:12 +0100 Subject: [PATCH] Fix doc s/Slack/Mattermost/ (#22017) --- lib/ansible/modules/notification/mattermost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/notification/mattermost.py b/lib/ansible/modules/notification/mattermost.py index b72776bced..feba1fb9cb 100644 --- a/lib/ansible/modules/notification/mattermost.py +++ b/lib/ansible/modules/notification/mattermost.py @@ -78,7 +78,7 @@ EXAMPLES = """ api_key: my_api_key text: '{{ inventory_hostname }} completed' -- name: Send notification message via Slack all options +- name: Send notification message via Mattermost all options mattermost: url: http://mattermost.example.com api_key: my_api_key