mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Damn you, colons...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user