From 2adde7a6d19121532c5c03b00acbae00547332df Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 10 Dec 2016 15:29:02 +0100 Subject: [PATCH] Remove unused quotes - notification/pushbullet.py (#19149) --- .../modules/notification/pushbullet.py | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/ansible/modules/notification/pushbullet.py b/lib/ansible/modules/notification/pushbullet.py index ed09be8f51..8000ae7342 100644 --- a/lib/ansible/modules/notification/pushbullet.py +++ b/lib/ansible/modules/notification/pushbullet.py @@ -77,24 +77,24 @@ EXAMPLES = ''' # Sends a link to a device - pushbullet: - api_key: "ABC123abc123ABC123abc123ABC123ab" - device: "Chrome" - push_type: "link" - title: "Ansible Documentation" - body: "http://docs.ansible.com/" + api_key: ABC123abc123ABC123abc123ABC123ab + device: Chrome + push_type: link + title: Ansible Documentation + body: http://docs.ansible.com/ # Sends a push notification to a channel - pushbullet: - api_key: "ABC123abc123ABC123abc123ABC123ab" - channel: "my-awesome-channel" - title: "Broadcasting a message to the #my-awesome-channel folks" + api_key: ABC123abc123ABC123abc123ABC123ab + channel: my-awesome-channel + title: Broadcasting a message to the #my-awesome-channel folks # Sends a push notification with title and body to a channel - pushbullet: - api_key: "ABC123abc123ABC123abc123ABC123ab" - channel: "my-awesome-channel" - title: "ALERT! Signup service is down" - body: "Error rate on signup service is over 90% for more than 2 minutes" + api_key: ABC123abc123ABC123abc123ABC123ab + channel: my-awesome-channel + title: ALERT! Signup service is down + body: Error rate on signup service is over 90% for more than 2 minutes ''' try: