]> git.somenet.org - root/pub/somesible.git/blob - roles/base/sysctl/handlers/main.yml
[roles/base/sysctl] Set system settings - TODO: move to systemd subrole?
[root/pub/somesible.git] / roles / base / sysctl / handlers / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
6 #
7 ---
8 - name: reload sysctl settings
9   command: sysctl --system
10   ignore_errors: yes