Fix locale errors and update motd to remove command that caused the 'TERM not set' error

This commit is contained in:
waal70
2025-08-30 18:28:06 +02:00
parent 95c26ad647
commit 1128c5f395
4 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
---
# file: common/tasks/main.yml
- name: Ensure there is a default locale set
ansible.builtin.import_tasks: set-locale.yml
- name: Ensure required packages are present on systems
ansible.builtin.import_tasks: prereq-packages.yml