Removed bug

This commit is contained in:
Kevin Veen-Birkenbach 2024-07-22 01:03:36 +02:00
parent 36e7e74db2
commit aa02920838

View File

@ -3,4 +3,4 @@
become: true
roles:
- role: system-storage-optimizer
when: (path_mass_storage or path_rapid_storage) and enable_system_storage_optimizer | bool
when: "(path_mass_storage is defined or path_rapid_storage is defined) and enable_system_storage_optimizer | bool"