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