mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added version added
This commit is contained in:
parent
b7e4cfed82
commit
0d5b1a1567
1 changed files with 5 additions and 0 deletions
|
@ -23,28 +23,33 @@ options:
|
|||
ini:
|
||||
- section: callback_mail
|
||||
key: smtphost
|
||||
version_added: '2.5'
|
||||
default: localhost
|
||||
to:
|
||||
description: Mail recipient
|
||||
ini:
|
||||
- section: callback_mail
|
||||
key: to
|
||||
version_added: '2.5'
|
||||
default: root
|
||||
sender:
|
||||
description: Mail sender
|
||||
ini:
|
||||
- section: callback_mail
|
||||
key: sender
|
||||
version_added: '2.5'
|
||||
cc:
|
||||
description: CC'd recipient
|
||||
ini:
|
||||
- section: callback_mail
|
||||
key: cc
|
||||
version_added: '2.5'
|
||||
bcc:
|
||||
description: BCC'd recipient
|
||||
ini:
|
||||
- section: callback_mail
|
||||
key: bcc
|
||||
version_added: '2.5'
|
||||
note:
|
||||
- "TODO: expand configuration options now that plugins can leverage Ansible's configuration"
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue