updated to reboot after disabling selinux
diff --git a/tasks/main.yml b/tasks/main.yml index 4a9a064..7e25215 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -21,7 +21,6 @@ when: "{{ ansible_selinux.status | lower != 'disabled' }}" - name: Restarting node now - become: true ignore_errors: yes shell: 'reboot now' when: "{{ ansible_selinux.status | lower != 'disabled' }}"