mirror of https://github.com/ansible/ansible.git
parent
6de06377d0
commit
29bdb8bf1e
@ -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