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 May 31, 2024
1 parent 4744d7e commit a3d014b
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 @@ -140,7 +140,7 @@
block:
- name: "Attempt to get token from master if none was given"
ansible.builtin.set_fact:
rke2_server_token: "{{ hostvars[_rke2_server_master_inventory_name].rke2_server_token }}"
rke2_server_token: "{{ hostvars[rke2_server_master_inventory_name].rke2_server_token }}"
when: rke2_server_token is not defined

- name: "Template RKE2 config"
Expand Down

0 comments on commit a3d014b

Please sign in to comment.