Skip to content

Commit

Permalink
fix ci 12
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 8, 2023
1 parent 1b7c600 commit e7fd6e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion roles/node/tasks/400-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,11 @@
ansible.builtin.set_fact:
_node_legacy_rpc_flags_supported: "{{ '--ws-port' in _node_new_help }}"
_node_separate_binary_supported: "{{ '--workers-path' in _node_new_help }}"

- name: Binary | Print help
ansible.builtin.debug:
msg: "help: {{ _node_new_help }}
_node_legacy_rpc_flags_supported: {{ _node_legacy_rpc_flags_supported }}
_node_separate_binary_supported: {{ _node_separate_binary_supported }}"
- name: Binary | Check new rpc flags
ansible.builtin.fail:
msg: "ERROR: RPC flag --ws-port {{ 'IS' if _node_legacy_rpc_flags_supported else 'NOT' }} supported. 'node_legacy_rpc_flags' should be set to {{ _node_legacy_rpc_flags_supported }}"
Expand Down

0 comments on commit e7fd6e7

Please sign in to comment.