Damn you, colons...
This commit is contained in:
parent
67b5bd97df
commit
b7fe1b1036
1 changed files with 1 additions and 1 deletions
2
mail
2
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
|
||||
|
|
Loading…
Reference in a new issue