diff --git a/tasks/main.yml b/tasks/main.yml index ddcda06..425b339 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,3 +2,4 @@ - include_tasks: kernel.yml - include_tasks: coredump.yml when: not (kernel_coredump_enabled | bool) +- include_tasks: post.yml diff --git a/tasks/post.yml b/tasks/post.yml new file mode 100644 index 0000000..d17b4bc --- /dev/null +++ b/tasks/post.yml @@ -0,0 +1,3 @@ +--- +- name: Flush handlers to enforce sysctl reload + meta: flush_handlers