Skip to content

Commit

Permalink
workaround for idempotency tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Sep 30, 2024
1 parent a271292 commit ea884e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/tasks/check_port.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
delegate_to: "{{ delegate_target }}"
async: 10
poll: 0
tags:
- molecule-idempotence-notest
- name: Verify if {{ delegate_target }} is reachable to {{ checked_host }}:{{ checked_port }}
ansible.builtin.wait_for:
host: "{{ checked_host }}"
Expand Down

0 comments on commit ea884e1

Please sign in to comment.