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 | 3bcf7bd2adb443b881365506dfa3348b0c465264 (patch) | |
| tree | 674f29db0c799c0984d92d1cb42f12855a0b4b90 /roles/wireguard/tasks | |
| parent | 1f2116f2adc947410d1549b982b76e1616c3abbb (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" |
