1
0
Fork 0
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:
Brian Coca 2017-11-30 22:21:25 -05:00
parent b7e4cfed82
commit 0d5b1a1567

View file

@ -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"
'''