diff --git a/test/integration/targets/win_wait_for/tasks/main.yml b/test/integration/targets/win_wait_for/tasks/main.yml index 292401c7741..4e4401c9d50 100644 --- a/test/integration/targets/win_wait_for/tasks/main.yml +++ b/test/integration/targets/win_wait_for/tasks/main.yml @@ -272,6 +272,12 @@ that: - wait_for_port_already_started.wait_attempts == 1 +# add a manual wait to make sure the port is truly offline for next test +- name: wait for port to be offline + win_wait_for: + port: '{{test_win_wait_for_port}}' + state: stopped + - name: wait for port that is already offline win_wait_for: port: '{{test_win_wait_for_port}}'