chore 📦: Remove unused import tasks for backup and monitoring

This commit removes unnecessary import tasks related to backup and monitoring, streamlining the codebase and reducing potential conflicts.
This commit is contained in:
2026-02-07 08:55:27 +01:00
parent fff929df77
commit 78d0f31fbb

View File

@@ -17,13 +17,3 @@
- name: Install, auto-tune, and make it persistent - name: Install, auto-tune, and make it persistent
ansible.builtin.import_tasks: powertop.yml ansible.builtin.import_tasks: powertop.yml
# Import backup tasks
- name: Import backup tasks
ansible.builtin.import_tasks: backup.yml
when: role_template_backup_enabled
# Import monitoring tasks
- name: Import monitoring tasks
ansible.builtin.import_tasks: monitoring.yml
when: role_template_monitoring_enabled