feat ✨: Add default languages for APT translations
This commit adds default languages for APT translations by updating the `defaults/main.yml` file and adding new tasks in `tasks/apt.yml` to configure APT translations and force IPv4. Additionally, a task to configure apt has been added.
This commit is contained in:
@@ -25,3 +25,9 @@ proxmox_logrotate_notifempty: true
|
||||
|
||||
# Destination override file
|
||||
proxmox_logrotate_file: /etc/logrotate.d/99-proxmox-custom
|
||||
|
||||
# Default languages for APT translations
|
||||
proxmox_apt_languages:
|
||||
- "en"
|
||||
- "es"
|
||||
- "it"
|
||||
Reference in New Issue
Block a user