From 3bcf7bd2adb443b881365506dfa3348b0c465264 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 22 Oct 2025 14:29:02 +0200 Subject: Refactor naming of packages and services to follow same conventions --- roles/wireguard/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/wireguard/tasks') 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" -- cgit v1.2.3