We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9568459 + 9557ea6 commit 383f70dCopy full SHA for 383f70d
1 file changed
tasks/main.yml
@@ -64,6 +64,6 @@
64
65
# Create cores, if any are configured.
66
- include_tasks: cores.yml
67
- when: "solr_cores and solr_version.split('.')[0] >= '5'"
+ when: "solr_cores is defined and solr_version.split('.')[0] >= '5'"
68
69
- include_tasks: trim-fat.yml
0 commit comments