7 lines
130 B
YAML
7 lines
130 B
YAML
|
---
|
||
|
- name: Reload kernel configuration
|
||
|
command: "sysctl --system"
|
||
|
listen: __kernel_reload
|
||
|
become: True
|
||
|
become_user: root
|