Commit Graph

9 Commits

Author SHA1 Message Date
342631679a refactor ♻️: Simplify playbook
This commit refactors the playbook by removing the unnecessary conditional block and import related to Dell/Lenovo firmware. This streamlines the playbook, improving readability and reducing complexity without altering the core functionality. The changes focus on code organization and simplification.
2025-12-13 08:30:37 +01:00
30aafcbc6a fix 🐛: Update user/password settings
This commit updates the configuration file to include the correct user and password settings required for interactive mode functionality. Additionally, unused imports related to temporary task creation and user management have been removed, streamlining the codebase and improving maintainability.
2025-12-13 08:27:47 +01:00
0bd9f6bfa7 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.
2025-12-13 08:21:52 +01:00
326d47eb53 remove undefined: Drop tmp-nonexec import
This commit removes the import of the `tmp-nonexec` tasks. The import was no longer needed and was simply a reference. This cleanup improves code readability and reduces unnecessary dependencies.
2025-12-13 08:17:42 +01:00
waal70
e3565e08f0 Improve firmware handling 2025-09-02 14:37:33 +02:00
waal70
98f0ea5a7b Fix typo in import 2025-09-02 13:07:06 +02:00
waal70
056ca23b84 Improve vendor-specific firmware handling 2025-09-02 13:04:30 +02:00
waal70
1128c5f395 Fix locale errors and update motd to remove command that caused the 'TERM not set' error 2025-08-30 18:28:06 +02:00
waal70
b00d31c48d Initial commit 2024-10-26 16:23:45 +02:00