diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index f9012c00c..bb499df5c 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -105,15 +105,15 @@ when: is_ubuntu ignore_errors: True -- name: Disable SELinux on next boot (OS's other than debuntu) - selinux: - state: disabled - register: selinux_disabled - when: not is_debuntu +#- name: Disable SELinux on next boot (OS's other than debuntu) +# selinux: +# state: disabled +# register: selinux_disabled +# when: not is_debuntu -- name: Disable SELinux for this session (OS's other than debuntu, if needed) - command: setenforce Permissive - when: not is_debuntu and selinux_disabled is defined and selinux_disabled.changed +#- name: Disable SELinux for this session (OS's other than debuntu, if needed) +# command: setenforce Permissive +# when: not is_debuntu and selinux_disabled is defined and selinux_disabled.changed ## DISCOVER PLATFORMS ###### # Put conditional actions for hardware platforms here