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/plugins/callback
Toshio Kuratomi 1c05ed7951 Fix circular import with unsafe_proxy, template, and vars
template/__init__.py imported unsafe_proxy from vars which caused
vars/__init__.py to load.  vars/__init__.py needed template/__init__.py
which caused issues.  Loading unsafe_proxy from another location fixes
that.
2017-04-28 15:35:30 -07:00
..
__init__.py removed extra 'changed' from debug output 2017-04-13 11:03:11 -04:00
actionable.py actionable.py: Do not print next task banner in handler callback (#15698) 2016-05-03 11:25:46 -04:00
context_demo.py Fix context_demo callback plugin. (#17235) 2016-08-25 10:22:27 -07:00
debug.py Add missing boilerplate code. (#16980) 2016-08-05 12:22:52 -07:00
default.py Enable documentation in plugins 2017-03-23 01:27:19 -04:00
dense.py Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
foreman.py Fix nonexistent module_name in callbacks (#23587) 2017-04-17 12:16:19 -07:00
hipchat.py Fix hipchat callback "has no attribute display'" (#16998) 2016-08-08 11:04:06 -04:00
jabber.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
json.py Remove direct calls to print and cleanup imports 2016-11-07 17:12:36 -05:00
junit.py Remove the end of the task_data.path which causes #21461 2017-02-15 17:35:16 -08:00
log_plays.py Migrate most uses of if type() to if isinstance() 2017-04-04 08:17:20 -07:00
logentries.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
logstash.py ansible-logstash-callback (#18282) 2016-11-08 11:17:05 -05:00
mail.py Fix nonexistent module_name in callbacks (#23587) 2017-04-17 12:16:19 -07:00
minimal.py Exceptit (#21864) 2017-02-27 13:29:40 -05:00
oneline.py Fix circular import with unsafe_proxy, template, and vars 2017-04-28 15:35:30 -07:00
osx_say.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
profile_tasks.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
profile_tasks.rst updated docs to show new output 2016-03-03 18:05:39 -05:00
selective.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
skippy.py Renaming per-item and retry callbacks 2016-03-18 15:17:43 -04:00
slack.py avoid exceptiosn when not being called by CLI 2016-03-17 07:19:35 -07:00
syslog_json.py Cast syslogport value from getenv as int (#22664) 2017-03-16 10:38:55 -07:00
timer.py fixed signature for init on callbacks 2015-12-01 14:06:54 -08:00
tree.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00