Commit Graph

8 Commits (9a303f1628bb82049457683716044a8f35b85957)

Author SHA1 Message Date
Michael Scherer 03af9ab491 Set api_key as no_log, since that's likely something that should be kept private (#2038) 9 years ago
kovacsbalu 22de417dad Use push_type and send link with push_link. 9 years ago
Willy Barro b1cbbcef4a Fix pushbullet compatibility with python 2.6
Remove dict comprehension usage.
9 years ago
Greg DeKoenigsberg 27e5950fd0 Adding author's github id 9 years ago
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.
9 years ago
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.
9 years ago
Willy Barro 7ef07893ad Remove changed=True from pushbullet module
By convention, notification modules should not return changed=True
9 years ago
Willy Barro c484d32a40 Add pushbullet module 10 years ago