diff --git a/test/integration/targets/callback_default/callback_default.out.free.stdout b/test/integration/targets/callback_default/callback_default.out.free.stdout index 1c743fb6737..0ec0447978f 100644 --- a/test/integration/targets/callback_default/callback_default.out.free.stdout +++ b/test/integration/targets/callback_default/callback_default.out.free.stdout @@ -3,23 +3,29 @@ PLAY [nonlockstep] ************************************************************* TASK [command] ***************************************************************** changed: [testhost10] -changed: [testhost11] TASK [command] ***************************************************************** changed: [testhost10] -TASK [command] ***************************************************************** -changed: [testhost12] - TASK [command] ***************************************************************** changed: [testhost10] TASK [command] ***************************************************************** changed: [testhost11] -changed: [testhost12] TASK [command] ***************************************************************** changed: [testhost11] + +TASK [command] ***************************************************************** +changed: [testhost11] + +TASK [command] ***************************************************************** +changed: [testhost12] + +TASK [command] ***************************************************************** +changed: [testhost12] + +TASK [command] ***************************************************************** changed: [testhost12] PLAY RECAP ********************************************************************* diff --git a/test/integration/targets/callback_default/callback_default.out.host_pinned.stdout b/test/integration/targets/callback_default/callback_default.out.host_pinned.stdout index 1c743fb6737..0ec0447978f 100644 --- a/test/integration/targets/callback_default/callback_default.out.host_pinned.stdout +++ b/test/integration/targets/callback_default/callback_default.out.host_pinned.stdout @@ -3,23 +3,29 @@ PLAY [nonlockstep] ************************************************************* TASK [command] ***************************************************************** changed: [testhost10] -changed: [testhost11] TASK [command] ***************************************************************** changed: [testhost10] -TASK [command] ***************************************************************** -changed: [testhost12] - TASK [command] ***************************************************************** changed: [testhost10] TASK [command] ***************************************************************** changed: [testhost11] -changed: [testhost12] TASK [command] ***************************************************************** changed: [testhost11] + +TASK [command] ***************************************************************** +changed: [testhost11] + +TASK [command] ***************************************************************** +changed: [testhost12] + +TASK [command] ***************************************************************** +changed: [testhost12] + +TASK [command] ***************************************************************** changed: [testhost12] PLAY RECAP ********************************************************************* diff --git a/test/integration/targets/callback_default/inventory b/test/integration/targets/callback_default/inventory index 9236403493e..6d9b302898a 100644 --- a/test/integration/targets/callback_default/inventory +++ b/test/integration/targets/callback_default/inventory @@ -5,6 +5,6 @@ testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playboo testhost5 ansible_host=169.254.199.200 # no connection is ever established with this host [nonlockstep] -testhost10 i=1.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}" -testhost11 i=2.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}" -testhost12 i=3.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}" +testhost10 i=0.5 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}" +testhost11 i=3.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}" +testhost12 i=12.0 ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}" diff --git a/test/integration/targets/callback_default/runme.sh b/test/integration/targets/callback_default/runme.sh index 537abfd94e7..934586d7252 100755 --- a/test/integration/targets/callback_default/runme.sh +++ b/test/integration/targets/callback_default/runme.sh @@ -194,5 +194,5 @@ cat meta_test.out rm -f meta_test.out # Ensure free/host_pinned non-lockstep strategies display correctly -diff -u <(ANSIBLE_STRATEGY=free ansible-playbook -i inventory test_non_lockstep.yml 2>/dev/null) callback_default.out.free.stdout -diff -u <(ANSIBLE_STRATEGY=host_pinned ansible-playbook -i inventory test_non_lockstep.yml 2>/dev/null) callback_default.out.host_pinned.stdout +diff -u callback_default.out.free.stdout <(ANSIBLE_STRATEGY=free ansible-playbook -i inventory test_non_lockstep.yml 2>/dev/null) +diff -u callback_default.out.host_pinned.stdout <(ANSIBLE_STRATEGY=host_pinned ansible-playbook -i inventory test_non_lockstep.yml 2>/dev/null) diff --git a/test/integration/targets/callback_default/test_non_lockstep.yml b/test/integration/targets/callback_default/test_non_lockstep.yml index 8a05029be14..b656ee91bf5 100644 --- a/test/integration/targets/callback_default/test_non_lockstep.yml +++ b/test/integration/targets/callback_default/test_non_lockstep.yml @@ -2,6 +2,6 @@ - hosts: nonlockstep gather_facts: false tasks: - - command: sleep {{ 2 * i }} - - command: sleep {{ 2 * i }} - - command: sleep {{ 2 * i }} + - command: sleep {{ i }} + - command: sleep {{ i }} + - command: sleep {{ i }}