From 5d5d579ecad8e026fc281dfc05dbf4b0d7529584 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 19 Jul 2013 09:45:08 -0400 Subject: [PATCH] Legacy variable usage. --- library/notification/mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/notification/mail b/library/notification/mail index 76d39cc6b27..326ee6313cb 100644 --- a/library/notification/mail +++ b/library/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