Legacy variable usage.

This commit is contained in:
Michael DeHaan 2013-07-19 09:45:08 -04:00
parent d0119f9f8c
commit 0043de915a

View file

@ -103,7 +103,7 @@ options:
EXAMPLES = ''' EXAMPLES = '''
# Example playbook sending mail to root # Example playbook sending mail to root
- local_action: mail msg='System ${ansible_hostname} has been successfully provisioned.' - local_action: mail msg='System {{ ansible_hostname }} has been successfully provisioned.'
# Send e-mail to a bunch of users, attaching files # Send e-mail to a bunch of users, attaching files
- local_action: mail - local_action: mail