chore 📦: Import color-shell and edit-journald tasks

This commit integrates the color-shell and edit-journald tasks into the main YAML configuration. These tasks are now included as part of the project's workflow, streamlining the process for managing shell color customization and system journald settings.  This ensures consistent and organized handling of these specific configurations.
This commit is contained in:
2025-12-14 06:10:42 +01:00
parent 1cd309c151
commit 3dec85c5a8

View File

@@ -28,9 +28,8 @@
# - name: Import firmware tasks # - name: Import firmware tasks
# ansible.builtin.import_tasks: additional-firmware.yml # ansible.builtin.import_tasks: additional-firmware.yml
# not sure if needed, but I'll leave it here as a reference if needed. - name: Import color-shell tasks for the common-role
# - name: Import color-shell tasks for the common-role ansible.builtin.import_tasks: color-shell.yml
# ansible.builtin.import_tasks: color-shell.yml
- name: Import journald tasks for the common-role - name: Import journald tasks for the common-role
ansible.builtin.import_tasks: edit-journald.yml ansible.builtin.import_tasks: edit-journald.yml