From 6662b9ccef9b3a20446441e9d3af7087c8b4ed15 Mon Sep 17 00:00:00 2001 From: Matt Jaynes Date: Wed, 22 Apr 2015 22:23:07 +0200 Subject: [PATCH] Remove mentions of 'msg' alias --- lib/ansible/modules/extras/notification/mail.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/notification/mail.py b/lib/ansible/modules/extras/notification/mail.py index 10ef61ef2be..ae33c5ca4ca 100644 --- a/lib/ansible/modules/extras/notification/mail.py +++ b/lib/ansible/modules/extras/notification/mail.py @@ -61,8 +61,7 @@ options: required: false subject: description: - - The subject of the email being sent. Alias: I(msg) - aliases: [ msg ] + - The subject of the email being sent. required: true body: description: