Commit d6b3f40c by Michael DeHaan

Merge pull request #1290 from dagwieers/mail-doc-fix

Damn you, colons...
parents 6d2f003c dfdf4ab8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment