We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9482da2 + 5a6575d commit 5c86ae3Copy full SHA for 5c86ae3
tasks/main.yml
@@ -49,7 +49,7 @@
49
ansible.builtin.include_tasks: first_server.yml
50
when:
51
- inventory_hostname == groups[rke2_servers_group_name].0
52
- - active_server is not defined
+ - active_server is not defined or groups[rke2_cluster_group_name] | length | int == 1
53
54
- name: Restore etcd specific tasks
55
ansible.builtin.include_tasks: first_server_restore.yml
tasks/standalone.yml
0 commit comments