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

Damn you, colons...
pull/4420/head
Michael DeHaan 2012-10-11 04:20:05 -07:00
commit d6b3f40cb7
1 changed files with 1 additions and 1 deletions

View File

@ -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