From 1537c297b3d5f0128205069787857adb016856e0 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 12 Mar 2015 10:24:36 -0400 Subject: [PATCH] fixed doc issue (missing description and corrected version added) --- lib/ansible/modules/extras/notification/mail.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/notification/mail.py b/lib/ansible/modules/extras/notification/mail.py index aa3345b4f9..eb61ed3274 100644 --- a/lib/ansible/modules/extras/notification/mail.py +++ b/lib/ansible/modules/extras/notification/mail.py @@ -74,12 +74,13 @@ options: - If SMTP requires username default: null required: false - version_added: "1.6" + version_added: "1.9" password: + description: - If SMTP requires password default: null required: false - version_added: "1.6" + version_added: "1.9" host: description: - The mail server