This commit is contained in:
Tomás Limpinho
2025-10-12 18:35:42 +01:00
parent 06aed4dfc5
commit e2adb0a2e8

View File

@ -0,0 +1,5 @@
- name: Reload sysctl
ansible.builtin.command: sysctl --system
when: ansible_facts['os_family'] == 'Debian'
changed_when: false