From 3dec85c5a831d5503329f35fd1d7a11518c4d675 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 14 Dec 2025 06:10:42 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Import=20color-shell=20?= =?UTF-8?q?and=20edit-journald=20tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index be36c61..fd6d6fc 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -28,9 +28,8 @@ # - name: Import firmware tasks # 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 -# ansible.builtin.import_tasks: color-shell.yml +- name: Import color-shell tasks for the common-role + ansible.builtin.import_tasks: color-shell.yml - name: Import journald tasks for the common-role ansible.builtin.import_tasks: edit-journald.yml