Hideki Saito
57be05289c
Revert "Revert "Merge pull request #387 from ansiblejunky/fix-callback-output""
...
This reverts commit 3a085b0b10 .
2024-10-09 15:41:22 +09:00
Hideki Saito
3a085b0b10
Revert "Merge pull request #387 from ansiblejunky/fix-callback-output"
...
This reverts commit f4baa4c6d8 , reversing
changes made to 0821768bcb .
2024-10-09 15:32:45 +09:00
John
afa724ba8a
Improve callback output to align header with roles, tasks and play RECAP
2024-10-02 15:08:03 +09:00
Marty Winkler
51b94f536c
Feat/add summary only option to profile callbacks ( #511 )
...
* profile_tasks callback: add parameter to show only summary
2024-02-06 09:21:42 -06:00
Daniel Ziegenberg
009ed3bed5
docs: fix profile_tasks callback documentation
...
Fixes : #412
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2023-03-24 11:47:00 +01:00
Sean Cavanaugh
c4be75114b
Update profile_tasks.py
...
removing contentious terminology to match reference documentation https://docs.ansible.com/ansible/latest/reference_appendices/config.html
2022-07-15 14:04:06 -04:00
Hideki Saito
0e71c0e530
Fixed documentation and options to address new sanity tests
...
- https://docs.ansible.com/ansible/latest/dev_guide/testing_validate-modules.html
Signed-off-by: Hideki Saito <saito@fgrep.org>
2022-04-01 13:23:45 +09:00
Hideki Saito
3d57a17ed6
Correctly calculate task execution time with serial execution
...
- Fixes #83
Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-09-10 13:21:37 +09:00
Abhijeet Kasurde
0062198f73
Typecast results before use in profile_tasks callback ( #26 )
...
If user specifies sort_order to none, results are not converted to list.
This fix force this typecasting before using the results.
Fixes: https://github.com/ansible/ansible/issues/69563
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-05-21 11:55:11 -05:00
Alexandre Garnier
8a11a72e0c
Fix issue ansible/ansible#59059 ( #15 )
...
When no sorting was selected, `result` was a `odict_items` which is not
subscriptable, so the slicing was failing.
2020-04-29 15:17:03 -05:00
Ansible Core Team
6f928621f0
Initial commit
2020-03-09 13:15:28 +00:00