diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-10 00:47:04 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-10 01:21:26 +0200 |
| commit | 448b78eaeb6ea80d44686f62419dd2b5892a6da9 (patch) | |
| tree | 62ea6b652ac0d7d58dfa3a8d2daadbc3edb77cb6 /roles/gateway/handlers/main.yml | |
| parent | 31ab4af71809028695e747cc717dae0e45a21e8e (diff) | |
Fix linting and testing gateway with dummy interface
Diffstat (limited to 'roles/gateway/handlers/main.yml')
| -rw-r--r-- | roles/gateway/handlers/main.yml | 2 |
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" |
