From 6b5b90c4b8617a2d5df22f1fb0bf05d98857945f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Sep 2016 17:37:23 +0200 Subject: [PATCH] Merge duplicated notes, fix warning returned by ansible-doc (#2969) --- lib/ansible/modules/extras/notification/sendgrid.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/notification/sendgrid.py b/lib/ansible/modules/extras/notification/sendgrid.py index 34f7ebca5bf..ac2db6b1ce7 100644 --- a/lib/ansible/modules/extras/notification/sendgrid.py +++ b/lib/ansible/modules/extras/notification/sendgrid.py @@ -34,6 +34,7 @@ notes: account." - "In order to use api_key, cc, bcc, attachments, from_name, html_body, headers you must pip install sendgrid" + - "since 2.2 username and password are not required if you supply an api_key" requirements: - sendgrid python library options: @@ -104,8 +105,6 @@ options: required: false default: null author: "Matt Makai (@makaimc)" -notes: - - since 2.2 username and password are not required if you supply an api_key. ''' EXAMPLES = '''