Skip to content

Commit

Permalink
fix ci 13
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 8, 2023
1 parent e7fd6e7 commit 5e285dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/node/tasks/400-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
changed_when: false
- name: Binary | Setup supported flags
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 }}"
_node_legacy_rpc_flags_supported: "{{ '--ws-port' in _node_new_help.stdout }}"
_node_separate_binary_supported: "{{ '--workers-path' in _node_new_help.stdout }}"
- name: Binary | Print help
ansible.builtin.debug:
msg: "help: {{ _node_new_help }}
Expand Down

0 comments on commit 5e285dc

Please sign in to comment.