mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-04 17:31:33 +02:00
Removed bug
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user