1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Michael Scherer 12bf9a8b69 add a way for callback to disable itself
The idea is that some plugin would not be called in some
specific case, and the callback should decide by itself.

Having a way to globally disable it is much cleaner than
disabling every method one by one on the plugin side.

My use case is for fedora-infrastructure that cannot be run
from git checkout since it try to connect to the message bus,
but another case would be to bootstrap infrastructure, or to
run the code on a test servers without having all the callback
infrastructure setup.
2013-08-14 22:32:28 +02:00
..
callback_plugins add a way for callback to disable itself 2013-08-14 22:32:28 +02:00
inventory fix inventory.basedir is not absolute path when hostfile is startswith "./" 2013-08-11 10:50:47 +08:00
playbook implemented 'inventory_file' variable. Closes GH-3789. 2013-08-10 13:04:56 +02:00
runner Merge branch 'rsynctake2' into devel 2013-08-11 16:22:36 -04:00
utils Fix some typos discovered during casual reading 2013-08-11 18:41:23 +05:30
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py add a way for callback to disable itself 2013-08-14 22:32:28 +02:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py These fields are booleans. 2013-08-10 18:16:01 -04:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py Merge pull request #3706 from lorin/sudo_user_breakage 2013-08-01 17:15:26 -07:00