From 9f5aeff15b0f62b2d57e380a26a3d08f2d6f300c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 10 Sep 2014 09:39:31 -0400 Subject: [PATCH] Add version_added info. --- docsite/rst/intro_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst index e10118d4ee7..016faf5e44c 100644 --- a/docsite/rst/intro_configuration.rst +++ b/docsite/rst/intro_configuration.rst @@ -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