Skip to content

Commit

Permalink
Fucky workaround lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Jun 18, 2024
1 parent 8d99480 commit 311ff9f
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 @@ -51,7 +51,7 @@

when:
- ansible_play_hosts | sort | map('extract', hostvars, 'rke2_server_ip') | select('defined') | list | length == 0
- ansible_default_ipv4.address != _rke2_server_ip
- hostvars[inventory_hostname].ansible_default_ipv4.address != _rke2_server_ip
- rke2_auto_cluster # Only run when we should automatically cluster the servers

- name: Return cluster information
Expand Down

0 comments on commit 311ff9f

Please sign in to comment.