Skip to content

Commit 7886549

Browse files
Fixup
1 parent ca2fe5d commit 7886549

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

molecule/default/verify.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,9 @@
6161
url: http://localhost:8080
6262
return_content: true
6363
register: this
64-
failed_when: this is failed or "'Hello world' not in this.content"
64+
retries: 3
65+
delay: 3
66+
until: not this.failed
67+
failed_when:
68+
- this is failed
69+
- "'Hello world!' not in this.content"

0 commit comments

Comments
 (0)