mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
Add number of skipped tasks to play recap in 'default' callback (#45797)
This commit is contained in:
parent
1a3bc7d746
commit
acac001742
6 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -39,5 +39,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
|
||||
|
||||
|
|
|
@ -34,5 +34,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
|
||||
|
||||
|
|
|
@ -37,5 +37,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
|
||||
|
||||
|
|
|
@ -31,5 +31,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue