From dfdf4ab8ebcf17abd3636634ac367261aba7ae9e Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 11 Oct 2012 09:26:21 +0200 Subject: [PATCH] Damn you, colons... --- library/mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/mail b/library/mail index 2c2b220c5e8..46ef314f06d 100644 --- a/library/mail +++ b/library/mail @@ -71,7 +71,7 @@ options: required: false examples: - description: "Example playbook sending mail to root" - code: local_action: mail msg="System ${ansible_hostname} has been sucessfully provisioned." + code: "local_action: mail msg='System ${ansible_hostname} has been sucessfully provisioned.'" """ import smtplib