summaryrefslogtreecommitdiffstats
path: root/roles/gateway
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-10 00:47:04 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-10 01:21:26 +0200
commit448b78eaeb6ea80d44686f62419dd2b5892a6da9 (patch)
tree62ea6b652ac0d7d58dfa3a8d2daadbc3edb77cb6 /roles/gateway
parent31ab4af71809028695e747cc717dae0e45a21e8e (diff)
Fix linting and testing gateway with dummy interface
Diffstat (limited to 'roles/gateway')
-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 2220f965..19088c82 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 -p /etc/sysctl.d/99-gateway.conf"
+ cmd: "sysctl --ignore -p /etc/sysctl.d/99-gateway.conf"
changed_when: false
- name: "Reload systemd"