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:
@@ -16,6 +16,9 @@
|
||||
# Other tasks
|
||||
# ===================
|
||||
|
||||
- name: Configure apt
|
||||
ansible.builtin.import_tasks: apt.yml
|
||||
|
||||
- name: Disable enterprise repo, enable no-subscription
|
||||
ansible.builtin.import_tasks: repos.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user