add proper failure message to checks

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-10 17:53:45 +02:00
parent 962dc3a805
commit 8a7c949408
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@
- name: Verify network name
assert:
that: '{{ beacon_node_network in beacon_node_valid_network_names }}'
fail_msg: '"{{ beacon_node_network }}" is not a valid network name!'
quiet: true