Skip to content

Commit

Permalink
Verify more.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Mar 30, 2021
1 parent 3cd7db4 commit c22d01b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions molecule/default/verify.yml
Expand Up @@ -5,5 +5,10 @@
gather_facts: no

tasks:
- name: check if connection still works
ping:
- name: check if port 10051 is open
ansible.builtin.wait_for:
port: 10051
when:
- not ci
vars:
ci: "{{ lookup('env', 'CI') }}"

0 comments on commit c22d01b

Please sign in to comment.