diff --git a/mail b/mail index 2c2b220c5e8..46ef314f06d 100644 --- a/mail +++ b/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