Commit Graph

7 Commits (5696e6c33aa246ff620bd383f82281aafac40571)

Author SHA1 Message Date
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