Additional example, not using local_action

This commit is contained in:
dhutty 2015-05-12 12:43:33 -04:00 committed by Matt Clay
parent 98bbadb567
commit d0afdd0f5d

View file

@ -138,6 +138,13 @@ EXAMPLES = '''
attach="/etc/group /tmp/pavatar2.png"
headers=Reply-To=john@example.com|X-Special="Something or other"
charset=utf8
# Sending an e-mail using the remote machine, not the Ansible controller node
- mail:
host='localhost'
port=25
to="John Smith <john.smith@example.com>"
subject='Ansible-report'
body='System {{ ansible_hostname }} has been successfully provisioned.'
'''
import os