mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add number of skipped tasks to play recap in 'default' callback (#45797)
This commit is contained in:
committed by
Brian Coca
parent
1a3bc7d746
commit
acac001742
@@ -40,5 +40,5 @@ TASK [Second free task] ********************************************************
|
||||
changed: [testhost]
|
||||
|
||||
PLAY RECAP *********************************************************************
|
||||
testhost : ok=10 changed=7 unreachable=0 failed=0
|
||||
testhost : ok=10 changed=7 unreachable=0 failed=0 skipped=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user