Matt Martz
f2512f7931
Remove incidental_xml integration tests ( #71917 )
...
* Add explicit integration tests to cover incidental_xml coverage
* normalize diff
* More normalization
* diff without changed
* ci_complete ci_coverage
* nuke incidental_xml
* ci_complete ci_coverage
2020-09-29 08:39:44 -05:00
Rick Elrod
abfb7919dc
[default callback] Show include_tasks task banner ( #71821 )
...
Change:
- In some cases (always with free strategy, sometimes with linear), the
default callback would not show the task banner for include_tasks.
- This only affects the include_tasks task itself, not the tasks in the
included file.
Test Plan:
- Updated default callback tests
Tickets:
- Fixes #71277
Signed-off-by: Rick Elrod <rick@elrod.me>
2020-09-22 11:40:12 -04:00
Matt Martz
d86d20a378
Fix label lookup in the default callback for includes ( #68822 )
...
* Replace included_file._args w/ included_file._vars
* Fix item value in output of include_tasks loop
Signed-off-by: Yadnyawalk Tale <ytale@redhat.com>
* Update tests for loop callback fix. Add changelog
Co-authored-by: Yadnyawalk Tale <ytale@redhat.com>
Fixes #65904
Fixes #66018
2020-04-09 13:27:58 -05:00
James Cassell
bfd32c9b00
clean "changed" only after it has been processed ( #59958 )
...
* clean "changed" after it has been processed
without this change, a loop of `debug` tasks with `changed_when`
causes the "changed" status to get lost before output
* runme.sh tests for debug loop status
2019-10-10 18:24:31 -04:00
Martin Krizek
be9f07279e
Add stats on rescued/ignored tasks ( #48418 )
...
* Adding rescued/ignored tasks to stats gathering
Fixes #31245
* Amend integration tests to pass
* callback/dense.py: fix too-many-format-args
* Add changelog
* Amend counter_enabled and unixy callbacks
* Fix syntax error
* Fix typo in the changelog
* Remove not needed comment
* Re-add skipped
* Add test for rescued
* Fix colors...
* Fix unstable tests?
* Add a note to the porting guide
* Re-word the note in the porting guide
Fixes #20346
Fixes #24525
Fixes #14393
Co-authored-by: James Cammarata <jimi@sngx.net>
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2019-02-20 13:00:47 +10:00
Andrew Gaffney
acac001742
Add number of skipped tasks to play recap in 'default' callback ( #45797 )
2018-09-20 14:38:54 -04:00
Andrew Gaffney
5708894f90
Bugfixes and integration tests for 'default' callback plugin
...
* display 'changed' tasks when hiding 'ok' tasks
* display proper task title for handlers (fixes #44007 )
2018-08-15 07:56:17 -07:00