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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user