From ab7f2bb1a904421d10e73d2984b9d2bf7ec4d1e4 Mon Sep 17 00:00:00 2001
From: entlein <einentlein@gmail.com>
Date: Wed, 13 Jul 2022 23:50:04 +0200
Subject: [PATCH] reverting

---
 roles/rke2/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/rke2/tasks/main.yml b/roles/rke2/tasks/main.yml
index e3e540d..e55f446 100644
--- a/roles/rke2/tasks/main.yml
+++ b/roles/rke2/tasks/main.yml
@@ -21,10 +21,10 @@
 
 - name: Flush handlers
   meta: flush_handlers
-
+  
 #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
-  when: state != 'absent' and 'control-plane' in group_names and not upgrade
+  when: state != 'absent' and 'control-plane' in group_names
 
 - name: uninstall rke2
   command: rke2-uninstall.sh
-- 
GitLab