Commit graph

4 commits

Author SHA1 Message Date
Willy Barro
a4232d657d Handle invalid api key and general api errors on pushbullet
pushbullet.py module has changed it's API and return types
so we're now handling these exceptions.
2015-05-13 20:45:50 -03:00
Willy Barro
318983ee53 Replace manual option check to mutually_exclusive AnsibleModule option
Also return the message "OK" when in check mode to use the same
message as the original success return.
2015-05-13 19:27:41 -03:00
Willy Barro
7ef07893ad Remove changed=True from pushbullet module
By convention, notification modules should not return changed=True
2015-05-13 19:27:38 -03:00
Willy Barro
c484d32a40 Add pushbullet module 2015-01-24 19:42:04 -02:00