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
Toshio Kuratomi 500de1f557 Remove hack for backwards compatible v2_playbook_on_start callback
Just after release of 2.0.0 (in 2.0.0.1) we had a change to the API of
callbacks without bumping the API version.  We added the playbook to the
arguments passed to the callbacks.

This wasn't in the Tower callback at the time.  In order to prevent
breaking that callback we added a temporary hack to inspect the
callback's API to decide if we needed to call it with arguments or not.

We scheduled the hack for removal in January 2017.  Since that's now
past, removing the hack.

Change signed off by matburt on the Tower side.
2017-04-28 13:44:43 -07:00
..
cli added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
compat
config
errors moved to exceptions for basic skip/fails 2017-04-25 14:48:56 -04:00
executor Remove hack for backwards compatible v2_playbook_on_start callback 2017-04-28 13:44:43 -07:00
galaxy
inventory
module_utils Junos_config unicode (#23369) 2017-04-27 11:44:26 -04:00
modules Add 'uuid' to the attributes returned from the vmware_vm_facts module. (#23773) 2017-04-28 16:28:49 -04:00
parsing
playbook added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
plugins Print specific error for BadHostKeyException (#24120) 2017-04-28 13:57:32 -04:00
template added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
utils Remove unused+circular import in listify.py (#24038) 2017-04-26 16:56:00 -04:00
vars
__init__.py
constants.py Document deprecation of fetch module validate_md5 and update --tags merging deprecation (#24022) 2017-04-26 19:57:21 -07:00
release.py