Skip to content

Commit

Permalink
Check containre state is Running, rather than status (which may be re…
Browse files Browse the repository at this point in the history
…starting)
  • Loading branch information
p-j-smith committed Jan 12, 2024
1 parent 9a2d911 commit da2b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/molecule/resources/monitoring/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ansible.builtin.assert:
that:
- item.exists
- item.container.State.Status == "running"
- item.container.State.Running
loop: "{{ container_info.results }}"

- name: Check monitoring client
Expand Down

0 comments on commit da2b54e

Please sign in to comment.