2020-06-30 18:59:53 +02:00
|
|
|
---
|
2020-08-19 18:39:17 +02:00
|
|
|
- name: "(Setup: SUSE) Setup SELinux"
|
2020-06-30 18:59:53 +02:00
|
|
|
include_tasks: "{{ role_path }}/tasks/prerequisites/setup-selinux.yml"
|
|
|
|
when:
|
2020-08-19 18:39:17 +02:00
|
|
|
- nginx_selinux | bool
|
2020-06-30 18:59:53 +02:00
|
|
|
- ansible_selinux.mode is defined
|