Skip to content

Commit

Permalink
Merge pull request #428 from igorribeiroduarte/fix_itr_cond
Browse files Browse the repository at this point in the history
ansible-scylla-node: Remove invalid condition in generate_tokens.yml
  • Loading branch information
tarzanek authored Dec 17, 2024
2 parents 80a9836 + c3b3f65 commit 0494adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible-scylla-node/tasks/generate_tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
ignore_errors: true
delegate_to: "{{ item }}"
loop: "{{ groups['scylla'] }}"
when: wait_for_cql_port_output is not defined or wait_for_cql_port_output.failed == True

- name: Set the already bootstrapped node as a fact, if any
set_fact:
Expand Down

0 comments on commit 0494adf

Please sign in to comment.