diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-10-22 14:29:02 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-10-22 14:53:36 +0200 |
| commit | 9b5aff35ca2f8337cfb7fdd82f13adb3fdb31b5e (patch) | |
| tree | 674f29db0c799c0984d92d1cb42f12855a0b4b90 /roles/wireguard/tasks | |
| parent | 77874d405c28c8907b325cf0b0d2e7ed46e37d87 (diff) | |
Refactor naming of packages and services to follow same conventions
Diffstat (limited to 'roles/wireguard/tasks')
| -rw-r--r-- | roles/wireguard/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml index 070e73d2..78209685 100644 --- a/roles/wireguard/tasks/main.yml +++ b/roles/wireguard/tasks/main.yml @@ -5,7 +5,7 @@ - name: "Ensure wireguard is installed" become: true ansible.builtin.package: - name: "{{ wireguard_pkgs }}" + name: "{{ wireguard_packages }}" state: "present" - name: "Deploy WireGuard configurations" |
