You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/callback_default
Sam Doran 7d18ea5e93
default callback - add "show_task_path_on_failure" option (#73260)
When running in verbosity <2, display the file and line number for tasks that fail. This provides
useful information without having to run at increased verbosity.

* Move _print_task_path to CallbackBase class
* Add integration tests
* Add color parameter to _print_task_path()

* Keep color output consistent for now
  Currently the path is display with COLOR_DEBUG formatting with verbosity >= 2.
  Instead of the color of the path changing based on verbosity level, just keep it at the
  currently behavior of COLOR_DEBUG. Having the color of the same information change
  based on verbosity level seems incorrect and makes visual parsing of the information
  more difficult.

Co-authored-by: tahar.jegham <jeghamseifeddine@gmail.com>
3 years ago
..
aliases Rebalance CI groups to avoid macOS timeouts (#70126) 4 years ago
callback_default.out.check_markers_dry.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_markers_dry.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_markers_wet.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_markers_wet.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_dry.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_dry.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_wet.stderr Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.check_nomarkers_wet.stdout Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
callback_default.out.default.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.default.stdout Remove incidental_xml integration tests (#71917) 4 years ago
callback_default.out.display_path_on_failure.stderr default callback - add "show_task_path_on_failure" option (#73260) 3 years ago
callback_default.out.display_path_on_failure.stdout default callback - add "show_task_path_on_failure" option (#73260) 3 years ago
callback_default.out.failed_to_stderr.stderr Fix incorrect msg in the results dict in loops (#71482) 4 years ago
callback_default.out.failed_to_stderr.stdout Remove incidental_xml integration tests (#71917) 4 years ago
callback_default.out.free.stdout Make non-lockstep callback tests more deterministic (#73511) 3 years ago
callback_default.out.hide_ok.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.hide_ok.stdout Remove incidental_xml integration tests (#71917) 4 years ago
callback_default.out.hide_skipped.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.hide_skipped.stdout Remove incidental_xml integration tests (#71917) 4 years ago
callback_default.out.hide_skipped_ok.stderr Merge pull request #50735 from mattclay/callback-inv 6 years ago
callback_default.out.hide_skipped_ok.stdout Remove incidental_xml integration tests (#71917) 4 years ago
callback_default.out.host_pinned.stdout Make non-lockstep callback tests more deterministic (#73511) 3 years ago
include_me.yml Fix label lookup in the default callback for includes (#68822) 4 years ago
inventory Make non-lockstep callback tests more deterministic (#73511) 3 years ago
no_implicit_meta_banners.yml Make noop tasks implicit (#71344) 4 years ago
runme.sh default callback - add "show_task_path_on_failure" option (#73260) 3 years ago
test.yml Remove incidental_xml integration tests (#71917) 4 years ago
test_2.yml default: callback plugin allow unreachable task to stderr (#50533) 6 years ago
test_dryrun.yml [default callback] Show include_tasks task banner (#71821) 4 years ago
test_non_lockstep.yml Make non-lockstep callback tests more deterministic (#73511) 3 years ago