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:
@@ -17,13 +17,3 @@
|
||||
|
||||
- name: Install, auto-tune, and make it persistent
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user