Florian Ruynat
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/testcases/030_check-network.yml
|
|
@ -49,7 +49,7 @@ |
|
|
|
executable: /bin/bash |
|
|
|
changed_when: false |
|
|
|
register: default_token |
|
|
|
until: default_token.stdout.find('<none>') == -1 |
|
|
|
until: default_token.stdout | length > 0 |
|
|
|
retries: 5 |
|
|
|
delay: 5 |
|
|
|
|
|
|
|