chore 📦: Remove unused task imports

This commit removes the imports for 'unpriv-user.yml' and 'color-shell.yml' tasks. These tasks were identified as potentially unused and have been removed to streamline the project and reduce potential maintenance overhead.  This change improves project cleanliness and reduces the risk of future conflicts.
This commit is contained in:
2025-12-13 08:21:52 +01:00
parent 326d47eb53
commit 0bd9f6bfa7

View File

@@ -12,8 +12,10 @@
# - name: Make /tmp non-executable # - name: Make /tmp non-executable
# ansible.builtin.import_tasks: tmp-nonexec.yml # ansible.builtin.import_tasks: tmp-nonexec.yml
- name: Import tasks to ensure creation of unprivileged user
ansible.builtin.import_tasks: unpriv-user.yml # not sure if needed, but I'll leave it here as a reference if needed.
# - name: Import tasks to ensure creation of unprivileged user
# ansible.builtin.import_tasks: unpriv-user.yml
- name: Import custom fact setting - name: Import custom fact setting
ansible.builtin.import_tasks: custom-fact.yml ansible.builtin.import_tasks: custom-fact.yml
@@ -28,8 +30,9 @@
- name: Import firmware tasks - name: Import firmware tasks
ansible.builtin.import_tasks: additional-firmware.yml ansible.builtin.import_tasks: additional-firmware.yml
- name: Import color-shell tasks for the common-role # not sure if needed, but I'll leave it here as a reference if needed.
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 - name: Import journald tasks for the common-role
ansible.builtin.import_tasks: edit-journald.yml ansible.builtin.import_tasks: edit-journald.yml