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:
@@ -12,8 +12,10 @@
|
||||
# - name: Make /tmp non-executable
|
||||
# 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
|
||||
ansible.builtin.import_tasks: custom-fact.yml
|
||||
@@ -28,8 +30,9 @@
|
||||
- name: Import firmware tasks
|
||||
ansible.builtin.import_tasks: additional-firmware.yml
|
||||
|
||||
- name: Import color-shell tasks for the common-role
|
||||
ansible.builtin.import_tasks: color-shell.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 journald tasks for the common-role
|
||||
ansible.builtin.import_tasks: edit-journald.yml
|
||||
|
||||
Reference in New Issue
Block a user