summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-18 23:56:09 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-18 23:56:50 +0200
commit5b8751cd381dc593be6b9ba5fe35138522e81f5e (patch)
tree58c23ec6e43676219f25d796584853cbae923fc2
parent7f5231ad60117265402e27a24c2c4ef3dbff6fe9 (diff)
Fix testing of gateway role to read specific file instead of system
-rw-r--r--roles/gateway/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gateway/handlers/main.yml b/roles/gateway/handlers/main.yml
index 6cceffd5..35cc489c 100644
--- a/roles/gateway/handlers/main.yml
+++ b/roles/gateway/handlers/main.yml
@@ -2,7 +2,7 @@
- name: "Reload sysctl"
become: true
ansible.builtin.command:
- cmd: "sysctl --system"
+ cmd: "sysctl -p /etc/sysctl.d/99-gateway.conf"
changed_when: false
- name: "Reload systemd"