summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/skippy.py
Commit message (Expand)AuthorAgeFilesLines
* Merge various stdout callback plugins into 'default' (#41058)Andrew Gaffney2018-06-241-0/+4
* fixed issue with default callback inheritance (#30427)Brian Coca2017-09-151-0/+2
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-6/+5
* allow config for callbaks and some fixesBrian Coca2017-09-111-1/+2
* fixes to config/setting retrievalBrian Coca2017-09-091-15/+13
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-0/+1
* Renaming per-item and retry callbacksJames Cammarata2016-03-181-1/+1
* simplified skippyBrian Coca2015-12-121-153/+6
* Make on_file_diff callback item-awareJames Cammarata2015-12-091-1/+8
* updated with latest changes to defaultBrian Coca2015-11-151-18/+36
* show task path on 2 vsBrian Coca2015-11-011-1/+1
* Removing some cruft related to _local_action value on Task, which was removedJames Cammarata2015-10-191-18/+6
* updated skippy to match default outputBrian Coca2015-10-181-15/+39
* updated callbacks to properly test diff no matter if dict or listBrian Coca2015-08-161-1/+1
* brought up to date with defaultBrian Coca2015-07-301-4/+56
* changed verbose_override to the new _ansible_verbose_override to keep in line...Brian Coca2015-07-271-1/+1
* Reworking internal result flags and making sure include_vars hides vault dataJames Cammarata2015-07-271-6/+2
* added callback that skipts 'skipped'Brian Coca2015-07-191-0/+101