mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
7 lines
233 B
YAML
7 lines
233 B
YAML
- name: optimize storage performance
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- role: system-storage-optimizer
|
|
when: "(path_mass_storage is defined or path_rapid_storage is defined) and enable_system_storage_optimizer | bool"
|