xoxys.kernel/tasks/main.yml

10 lines
279 B
YAML
Raw Normal View History

2019-11-04 00:22:18 +01:00
---
- name: Configure kernel
ansible.builtin.include_tasks: kernel.yml
- name: Configure coredump
ansible.builtin.include_tasks: coredump.yml
when: not (kernel_coredump_enabled | bool)
- name: Flush handlers to enforce sysctl reload
ansible.builtin.meta: flush_handlers