diff --git a/lib/ansible/modules/notification/mattermost.py b/lib/ansible/modules/notification/mattermost.py index b72776bced6..feba1fb9cb5 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