Skip to content

Commit

Permalink
Update always.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 authored Apr 8, 2024
1 parent ba7101b commit b34c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup/always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- name: Return cluster information
ansible.builtin.debug:
msg: "{% if rke2_server_ip is defined %}Using {{ rke2_server_ip }} as bootstrap server{% else %}Cluster will be boostrapped from this node {% endif %}"
msg: "{% if rke2_server_ip is defined %}Using {{ rke2_server_ip }} as bootstrap server{% else %}Cluster will be boostrapped from this node{% endif %}"

- name: First server
when:
Expand Down

0 comments on commit b34c875

Please sign in to comment.