mirror of https://github.com/ansible/ansible.git
(cherry picked from commit 29bdb8b
)
Co-authored-by: Matt Martz <matt@sivel.net>
pull/76830/head
parent
ea1f2269cd
commit
b4c1688809
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- default callback - Ensure we compare FQCN also in lockstep logic, to ensure
|
||||
using the FQCN of a strategy plugin triggers the correct behavior in the
|
||||
default callback plugin. (https://github.com/ansible/ansible/issues/76782)
|
@ -0,0 +1,35 @@
|
||||
|
||||
PLAY [nonlockstep] *************************************************************
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost10]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost10]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost10]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost11]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost11]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost11]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost12]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost12]
|
||||
|
||||
TASK [command] *****************************************************************
|
||||
changed: [testhost12]
|
||||
|
||||
PLAY RECAP *********************************************************************
|
||||
testhost10 : ok=3 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
|
||||
testhost11 : ok=3 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
|
||||
testhost12 : ok=3 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
|
||||
|
Loading…
Reference in New Issue