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