From 9b5aff35ca2f8337cfb7fdd82f13adb3fdb31b5e 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