Commit Graph

5 Commits (2177ff15466ca5effd39e1bda6dccebeb9094643)

Author SHA1 Message Date
Willy Barro bab763de89 Fix pushbullet compatibility with python 2.6
Remove dict comprehension usage.
2016-12-08 11:32:39 -05:00
Willy Barro c19a892dd0 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.
2016-12-08 11:32:39 -05:00
Willy Barro 8a9d932c94 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.
2016-12-08 11:32:39 -05:00
Willy Barro b3e061ee7a Remove changed=True from pushbullet module
By convention, notification modules should not return changed=True
2016-12-08 11:32:39 -05:00
Willy Barro 2274568008 Add pushbullet module 2016-12-08 11:32:39 -05:00