chore 📦: Remove duplicate language entry in proxmox_apt_languages
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 11s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s

This commit removes a duplicate language entry from the `proxmox_apt_languages` configuration to ensure uniqueness and avoid potential conflicts.
This commit is contained in:
2026-02-15 08:21:14 +01:00
parent eb98128412
commit 1140da4d75

View File

@@ -30,4 +30,4 @@ proxmox_logrotate_file: /etc/logrotate.d/99-proxmox-custom
proxmox_apt_languages: proxmox_apt_languages:
- "en" - "en"
- "es" - "es"
- "it" - "it"