We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2fe5d commit 7886549Copy full SHA for 7886549
molecule/default/verify.yml
@@ -61,4 +61,9 @@
61
url: http://localhost:8080
62
return_content: true
63
register: this
64
- failed_when: this is failed or "'Hello world' not in this.content"
+ 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