summaryrefslogtreecommitdiffstats
path: root/roles/wireguard
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-24 13:44:22 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-24 13:44:22 +0100
commita41a92c635d7a4d5a72f55869082f1a76623cd45 (patch)
tree6e8c33295e79584939e601599a29993e362de909 /roles/wireguard
parentb8c4450790a265a175f678f0ce19ec757b5373d5 (diff)
Add the sed role dependency for completeness
Diffstat (limited to 'roles/wireguard')
-rw-r--r--roles/wireguard/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/wireguard/meta/main.yml b/roles/wireguard/meta/main.yml
index d0012db4..b191ade0 100644
--- a/roles/wireguard/meta/main.yml
+++ b/roles/wireguard/meta/main.yml
@@ -1,6 +1,7 @@
---
dependencies:
- role: "systemd"
+ - role: "sed"
galaxy_info:
author: "a14m"
description: "Install and configure WireGuard VPN connections"