summaryrefslogtreecommitdiff
path: root/notification/pushbullet.py
diff options
context:
space:
mode:
Diffstat (limited to 'notification/pushbullet.py')
-rw-r--r--notification/pushbullet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification/pushbullet.py b/notification/pushbullet.py
index dfd89af5..0d5ab7c4 100644
--- a/notification/pushbullet.py
+++ b/notification/pushbullet.py
@@ -108,7 +108,7 @@ else:
def main():
module = AnsibleModule(
argument_spec = dict(
- api_key = dict(type='str', required=True),
+ api_key = dict(type='str', required=True, no_log=True),
channel = dict(type='str', default=None),
device = dict(type='str', default=None),
push_type = dict(type='str', default="note", choices=['note', 'link']),