xoxys.kernel/tasks/main.yml

9 lines
226 B
YAML
Raw Normal View History

2019-11-04 00:22:18 +01:00
---
- include_tasks: kernel.yml
- include_tasks: coredump.yml
when: not kernel_coredump_enabled
2022-03-20 22:03:26 +01:00
- include_tasks: cgroup.yml
when:
- ansible_os_family | lower == "redhat"
- ansible_distribution_major_version == "8"