mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Damn you, colons...
This commit is contained in:
parent
6d2f003ceb
commit
dfdf4ab8eb
1 changed files with 1 additions and 1 deletions
|
@ -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