From 0043de915a4af48018b013bb7089bd0fcb412fba Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 19 Jul 2013 09:45:08 -0400 Subject: [PATCH] Legacy variable usage. --- notification/mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/mail b/notification/mail index 76d39cc6b27..326ee6313cb 100644 --- a/notification/mail +++ b/notification/mail @@ -103,7 +103,7 @@ options: EXAMPLES = ''' # Example playbook sending mail to root -- local_action: mail msg='System ${ansible_hostname} has been successfully provisioned.' +- local_action: mail msg='System {{ ansible_hostname }} has been successfully provisioned.' # Send e-mail to a bunch of users, attaching files - local_action: mail