diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-01 20:27:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-01 20:30:53 +0200 |
| commit | 3539ae655847b89858d232f78b82cc6cd4924426 (patch) | |
| tree | 20c66101c2c6ed1b0304e663449833545f719636 /roles | |
| parent | 16dce63ea4027390b152e7064b8b4e6bf1a18518 (diff) | |
Add testing of wireguard_gateway role
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/wireguard_gateway/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wireguard_gateway/handlers/main.yml b/roles/wireguard_gateway/handlers/main.yml index 4bffa794..4b7cb2f2 100644 --- a/roles/wireguard_gateway/handlers/main.yml +++ b/roles/wireguard_gateway/handlers/main.yml @@ -3,4 +3,4 @@ become: true ansible.builtin.command: cmd: "sysctl -p" - changed_when: false
\ No newline at end of file + changed_when: false |
