mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 22:30:59 +00:00
Legacy variable usage.
This commit is contained in:
@@ -103,7 +103,7 @@ options:
|
||||
|
||||
EXAMPLES = '''
|
||||
# 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
|
||||
- local_action: mail
|
||||
|
||||
Reference in New Issue
Block a user