*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit c2154d0a authored by entlein's avatar entlein
Browse files

the kubeconfig step inistally starts rke2, must not be limited to only master node

parent 04fa87e6
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -17,7 +17,8 @@
when: state != 'absent'
- include_tasks: kubeconfig.yml
when: state != 'absent' and 'master' in group_names
when: state != 'absent' #and 'master' in group_names
- name: uninstall rke2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment