Skip to content

Commit

Permalink
Test updates for buster
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobellaccini authored Nov 8, 2019
1 parent 5fdb74a commit 8aa11b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
command: rabbitmqctl cluster_status
register: clusterstatus
changed_when: false
failed_when: ("debian-9-instance-1" not in clusterstatus.stdout) or
("debian-9-instance-2" not in clusterstatus.stdout) or
("debian-9-instance-3" not in clusterstatus.stdout)
failed_when: ("debian-instance-1" not in clusterstatus.stdout) or
("debian-instance-2" not in clusterstatus.stdout) or
("debian-instance-3" not in clusterstatus.stdout)

0 comments on commit 8aa11b9

Please sign in to comment.