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

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

trying to make it idempotent again

parent be4734df
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -19,8 +19,10 @@
- include_tasks: kubeconfig.yml
when: state != 'absent' and 'master' in group_names
# Flush the handlers only for fresh installs
- name: Flush handlers
meta: flush_handlers
when: ( not rke2_installed.stat.exists and state != 'absent' )s
#This task runs only after the full installer went through and had a bit of time to boot, then starts to enforce SELinux
- include_tasks: fix_selinux.yml
......
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