Correctly calculate task execution time with serial execution

- Fixes #83

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2021-09-10 13:21:37 +09:00
parent 7f16f56c5b
commit 3d57a17ed6
2 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- profile_tasks - Correctly calculate task execution time with serial execution (https://github.com/ansible-collections/ansible.posix/issues/83).