Legacy variable usage.
This commit is contained in:
parent
d0119f9f8c
commit
0043de915a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue