Commit dfdf4ab8 by Dag Wieers

Damn you, colons...

parent 6d2f003c
...@@ -71,7 +71,7 @@ options: ...@@ -71,7 +71,7 @@ options:
required: false required: false
examples: examples:
- description: "Example playbook sending mail to root" - 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 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