summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/dense.py
Commit message (Expand)AuthorAgeFilesLines
* fixes to config/setting retrievalBrian Coca2017-09-091-17/+14
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-18/+18
* Migrate most uses of if type() to if isinstance()Toshio Kuratomi2017-04-041-3/+6
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-2/+2
* disable 'dense' callback in py26Brian Coca2016-11-181-28/+40
* Adapt callback functions to changes in 13f3cbaf3b82e28de334162f04d498f6cac8ab0eDag Wieers2016-11-171-0/+12
* Implement destructor to ensure newline and terminal attributesDag Wieers2016-11-171-2/+5
* Reset VT100 attributes in case we get unexpected outputDag Wieers2016-11-171-0/+2
* Rename ansi to the more correct name vt100Dag Wieers2016-11-171-52/+51
* Implement our own detailed task outputDag Wieers2016-11-171-46/+56
* Ensure we end with a newline in normal modeDag Wieers2016-11-171-9/+10
* Small fix so diff output starts on a new lineDag Wieers2016-11-171-13/+33
* Don't try to be smart with cmd output !Dag Wieers2016-11-171-3/+0
* Make everything work magically !Dag Wieers2016-11-171-48/+48
* Assorted improvementsDag Wieers2016-11-171-102/+131
* Assorted fixesDag Wieers2016-11-171-16/+91
* Implement support for itemized tasksDag Wieers2016-11-171-13/+23
* Preliminary support for items, WIPDag Wieers2016-11-171-6/+15
* Improve readabilityDag Wieers2016-11-171-35/+35
* Various improvements, now supports different verbosity levelsDag Wieers2016-11-171-57/+153
* New "dense" callback pluginDag Wieers2016-11-171-0/+221