xoxys.kernel/tasks/main.yml
Robert Kaussow 670d1b1df5
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
refctor: rework ci to ue ansible-lint and fix molecule
2024-08-19 16:06:04 +02:00

10 lines
279 B
YAML

---
- 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