community.general/lib/ansible/modules/extras/notification
Jean-Fred Berthelot ae5fed65f2 Add check_mode support to HipChat module
The HipChat module declares to support check_mode,
but the message is sent in any case.

With this, if executed in check mode, the module will exit
before actually sending the message to HipChat.

It will return changed=False, as per the convention
for notifications modules.
2016-12-08 11:32:36 -05:00
..
__init__.py package files 2016-12-08 11:32:18 -05:00
campfire.py
flowdock.py
grove.py Actually what we need is to import the urls utils 2016-12-08 11:32:20 -05:00
hipchat.py Add check_mode support to HipChat module 2016-12-08 11:32:36 -05:00
irc.py
jabber.py
mail.py Remove mentions of 'msg' alias 2016-12-08 11:32:34 -05:00
mqtt.py
nexmo.py
osx_say.py
pushover.py Give pushover a .py file extension 2016-12-08 11:32:36 -05:00
sendgrid.py updating sendgrid module based on code review by @abadger 2016-12-08 11:32:33 -05:00
slack.py Fix up modules that have python24 syntax error 2016-12-08 11:32:36 -05:00
sns.py Import boto.ec2 in sns to allow boto profiles to be used 2016-12-08 11:32:35 -05:00
twilio.py updating main for loop based on @abadger code review 2016-12-08 11:32:33 -05:00
typetalk.py