2019-11-03 23:22:18 +00:00
|
|
|
---
|
|
|
|
- include_tasks: kernel.yml
|
|
|
|
- include_tasks: coredump.yml
|
2022-03-20 21:08:44 +00:00
|
|
|
when: not (kernel_coredump_enabled | bool)
|
2022-03-20 21:03:26 +00:00
|
|
|
- include_tasks: cgroup.yml
|
|
|
|
when:
|
|
|
|
- ansible_os_family | lower == "redhat"
|
|
|
|
- ansible_distribution_major_version == "8"
|