updating to see if reboot is fixed
diff --git a/tasks/main.yml b/tasks/main.yml
index d870776..8a5a283 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -6,7 +6,7 @@
   setup:
 
 - name: Restart node
-  fail:
+  debug:
     msg: 'SELinux MUST be disabled, selinux has been updated, restart node now...'
   when: "{{ ansible_selinux.status | lower != 'disabled' }}"