Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Jan 26, 2024
1 parent ca2fe5d commit 7886549
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@
url: http://localhost:8080
return_content: true
register: this
failed_when: this is failed or "'Hello world' not in this.content"
retries: 3
delay: 3
until: not this.failed
failed_when:
- this is failed
- "'Hello world!' not in this.content"

0 comments on commit 7886549

Please sign in to comment.