From 1140da4d755471587861238b193b44c0b2853189 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 15 Feb 2026 08:21:14 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Remove=20duplicate=20la?= =?UTF-8?q?nguage=20entry=20in=20proxmox=5Fapt=5Flanguages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes a duplicate language entry from the `proxmox_apt_languages` configuration to ensure uniqueness and avoid potential conflicts. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 4196c5a..3e2af6a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -30,4 +30,4 @@ proxmox_logrotate_file: /etc/logrotate.d/99-proxmox-custom proxmox_apt_languages: - "en" - "es" - - "it" \ No newline at end of file + - "it"