added version added

pull/33443/head
Brian Coca 8 years ago
parent b7e4cfed82
commit 0d5b1a1567

@ -23,28 +23,33 @@ options:
ini: ini:
- section: callback_mail - section: callback_mail
key: smtphost key: smtphost
version_added: '2.5'
default: localhost default: localhost
to: to:
description: Mail recipient description: Mail recipient
ini: ini:
- section: callback_mail - section: callback_mail
key: to key: to
version_added: '2.5'
default: root default: root
sender: sender:
description: Mail sender description: Mail sender
ini: ini:
- section: callback_mail - section: callback_mail
key: sender key: sender
version_added: '2.5'
cc: cc:
description: CC'd recipient description: CC'd recipient
ini: ini:
- section: callback_mail - section: callback_mail
key: cc key: cc
version_added: '2.5'
bcc: bcc:
description: BCC'd recipient description: BCC'd recipient
ini: ini:
- section: callback_mail - section: callback_mail
key: bcc key: bcc
version_added: '2.5'
note: note:
- "TODO: expand configuration options now that plugins can leverage Ansible's configuration" - "TODO: expand configuration options now that plugins can leverage Ansible's configuration"
''' '''

Loading…
Cancel
Save