Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldanicel committed Nov 23, 2022
1 parent 4d2b78c commit 2962522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/validate_config_file/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- "Node ADDRESS balance: '{{ addressbergs.json.result|int}}' bergs."
- "Please get bergs on {{ config_file_map.ADDRESS }} from https://faucet.bloxberg.org/ and try again."
failed_when:
- addressbergs.json.result|int == 0x0
- addressbergs.json.result|int == 0
when:
- addressbergs.json.result is defined
- addressbergs.json.result == '0x0'
Expand Down

0 comments on commit 2962522

Please sign in to comment.