mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 12:21:04 +01:00
Removed bug
This commit is contained in:
parent
36e7e74db2
commit
aa02920838
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user