mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Legacy variable usage.
This commit is contained in:
parent
0fe680d43f
commit
5d5d579eca
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…
Add table
Reference in a new issue