community.general/lib/ansible
Jacob Floyd ca8668f08b Use playbook callbacks for adhoc commands too
This makes adhoc mirror playbook callback functionality by running a
callback before and after all tasks have run. Adhoc commands now call:

- v2_playbook_on_start
- v2_playbook_on_stats

NOTE: When v2_playbook_on_start is called, a dummy playbook is provided
that says its _file_name is __adhoc_playbook__. All callback plugins
that provide v2_playbook_on_start access the _file_name attribute, so
this should maintain backward compatibility when those plugins are
called with adhoc commands even though they would not have been called
previously. The adhoc play is also added to _entries for any private
callback plugins that might be using this callback.
2017-11-01 16:46:22 -04:00
..
cli Use playbook callbacks for adhoc commands too 2017-11-01 16:46:22 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Network command module for Brocade IronWare routers (#31429) 2017-10-17 13:54:32 +01:00
errors more info on yaml errors 2017-10-30 12:39:30 -04:00
executor calculate max fail against all hosts in batch 2017-11-01 08:45:31 -07:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Inventory and varmanager updates (#32054) 2017-10-30 14:55:13 -04:00
module_utils vultr: new module utils and common docs (#30868) 2017-11-01 20:16:59 +01:00
modules Handle error message from psycopg2 using to_native (#32371) 2017-11-01 16:11:52 -04:00
parsing more info on yaml errors 2017-10-30 12:39:30 -04:00
playbook Fix static determination for include_tasks 2017-10-11 17:30:45 -07:00
plugins config lookup plugin (#32392) 2017-11-01 16:38:03 -04:00
template added debug info when skipping undef 2017-10-27 12:16:16 -04:00
utils vultr: new module utils and common docs (#30868) 2017-11-01 20:16:59 +01:00
vars ensure we always have a basedir 2017-10-30 12:28:09 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Fix backwards compatibility of constants.get_config 2017-10-03 09:19:04 -04:00
release.py Bump the versions now that devel is 2.5 2017-09-06 13:13:57 -07:00