fix: handlers to enforce sysctl reload

This commit is contained in:
Robert Kaussow 2023-01-29 16:12:21 +01:00
parent 626c156b74
commit 02684485c0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,4 @@
- include_tasks: kernel.yml
- include_tasks: coredump.yml
when: not (kernel_coredump_enabled | bool)
- include_tasks: post.yml

3
tasks/post.yml Normal file
View File

@ -0,0 +1,3 @@
---
- name: Flush handlers to enforce sysctl reload
meta: flush_handlers