Commit Graph

97 Commits (d86d20a378ef10fbcdff5174f58e4c94246f8aab)

Author SHA1 Message Date
Brian Coca e35b1cf154 show task path on vv and above 10 years ago
Brian Coca cea10794fd removed unused color var 10 years ago
Toshio Kuratomi 86b8dc0e79 Add a configuration setting that allows the user to specify printing of task arguments in the header.
Fixes #14554
10 years ago
Brian Coca 6012646d8c added playbook and options info to callbacks
will display on certain verbosity levels, both playbook/file info
and non empty options with which it's running.
avoid errors when not using CLI classes
10 years ago
Tobias Wolf c902f926ca Do not print empty diffs with _display.display() 10 years ago
James Cammarata dc47c25e58 Minor tweak to ensure diff is not empty in callback for file diffs 10 years ago
Brian Coca 095790ac5c Merge pull request #13691 from bcoca/colors
output color is now configurable
10 years ago
Brian Coca f3c45adfb8 simplified diff handling in callback
no need for the copy or other complexity
10 years ago
Brian Coca d3deb24ead output color is now configurable 10 years ago
Brian Coca be5488cb60 clean debug output to match prev versions 10 years ago
James Cammarata 14e19c239d Make on_file_diff callback item-aware 10 years ago
James Cammarata 6671d78f95 Tweak location of stats callback execution and properly relocate stats output code 10 years ago
James Cammarata a99f2fd52f Save delegated vars in result for use in callback methods
Fixes #13014
10 years ago
Brian Coca 467c29e3db show task path on 2 vs 10 years ago
James Cammarata e5b6d802bf Removing some cruft related to _local_action value on Task, which was removed
Fixes #12819
10 years ago
James Cammarata 1cfd941179 Adding a v2 callback for task includes 10 years ago
James Cammarata 770032648a Show -> localhost for local_action tasks 10 years ago
Brian Coca dac3684fd1 changed task color to dark gray to keep it from being confused with ignore/skip 10 years ago
Juraci e52950a939 Displaying task_path on task start when verbosity is more than 3 10 years ago
Brian Coca e2ae3215f6 corrected no_log for items and skipped tasks
corrected output from default callback
added new tests for no_log loops
updated makefile test to check for both positive and negative occurrences of no_log
10 years ago
Brian Coca 4c9f58a152 added no_log censoring to item output
should be last commit that fixes #12214
10 years ago
James Cammarata eb8d7dcd14 Make sure formatted strings don't bomb on tuples
Fixes #12501
10 years ago
James Cammarata c30e464388 Additional tweaks to callback output for delegate_to 10 years ago
James Cammarata 513619867a Show delegated-to host in callback message
Fixes #12465
10 years ago
Brian Coca 6b73cac35a corrected skipped_hosts constant usage, thanks @benjixx 10 years ago
James Cammarata f0257683b0 Fixed missing constants import in default callback
Fixes #12145
10 years ago
Brian Coca b6c6ed91fe implemented not showing skipped hosts config 10 years ago
Brian Coca 861fdfc5ba updated callbacks to properly test diff no matter if dict or list 10 years ago
James Cammarata 169d316704 Fixing bugs in include + loops
Fixes #11872
10 years ago
Brian Coca a8b2b5b0c9 avoids printing blank diffs
fixes #10147 fixes #9471
11 years ago
Brian Coca 6f93d228f6 made item output closer to v1 11 years ago
Brian Coca d78c2fc212 now reports per task item 11 years ago
Brian Coca 5f8db9cd4b changed verbose_override to the new _ansible_verbose_override to keep in line with previous changes
output now defaults back to having indent=4
11 years ago
James Cammarata cb262449c7 Reworking internal result flags and making sure include_vars hides vault data
Fixes #10194
11 years ago
Brian Coca 5d1d9f1505 fixed diff output to be as it was in 1.x, copy and template now use the same
functions to do difs.
11 years ago
Pierre-Louis Bonicoli fda8fa77ab Fix pyflakes error: use 'msg' variable
Error was: local variable 'msg' is assigned to but never used
11 years ago
Brian Coca 1aa4155266 generalized warning handling, added it to adhoc also 11 years ago
James Cammarata d4ac73a1bc Adding back capability to display warnings contained in results
Fixes #11255
11 years ago
Brian Coca d993e7000c added cyan back to ignoring message 11 years ago
Brian Coca 1274ce565d added result sanitation to registered var and to callbacks
removed time display as it only is provided by command module
11 years ago
Brian Coca fdea00880b now default shows time taken when -vv or above 11 years ago
Brian Coca 7a1bce1b5d added verbose option to show callback loaded info
also made mail module print nicer without all those 'u'
11 years ago
Brian Coca e92e15b5f6 moved unused functions to base object 11 years ago
Brian Coca f9d817e636 now looks at correct verbosity and removes the need to set a copy of it in _verbosity 11 years ago
James Cammarata 0d92599d18 Make exception printing a bit smarter 11 years ago
James Cammarata f3f3fb7c49 Fixing vars_prompt 11 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2 11 years ago