updated to reboot after disabling iptables
diff --git a/tasks/main.yml b/tasks/main.yml
index d6d1482..4a9a064 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -16,7 +16,7 @@
   setup:
 
 - name: Restart node
-  fail:
+  debug:
     msg: 'SELinux MUST be disabled, selinux has been updated, restarting node now...'
   when: "{{ ansible_selinux.status | lower != 'disabled' }}"