Add version_added info.
This commit is contained in:
parent
2064d26085
commit
9f5aeff15b
1 changed files with 4 additions and 0 deletions
|
@ -120,12 +120,16 @@ Users on platforms where sudo passwords are enabled should consider changing thi
|
|||
bin_ansible_callbacks
|
||||
=====================
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
Controls whether callback plugins are loaded when running /usr/bin/ansible. This may be used to log activity from
|
||||
the command line, send notifications, and so on. Callback plugins are always loaded for /usr/bin/ansible-playbook
|
||||
if present and cannot be disabled::
|
||||
|
||||
bin_ansible_callbacks=False
|
||||
|
||||
Prior to 1.8, callbacks were never loaded for /usr/bin/ansible.
|
||||
|
||||
.. _callback_plugins:
|
||||
|
||||
callback_plugins
|
||||
|
|
Loading…
Reference in a new issue