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
context_demo.py
debug.py
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
jabber.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
json.py
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
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
profile_tasks.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
profile_tasks.rst
selective.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
skippy.py
slack.py
syslog_json.py Cast syslogport value from getenv as int (#22664) 2017-03-16 10:38:55 -07:00
timer.py
tree.py