Fix file reference in md5_value lookup
Created by: jprorama
The lookup function appears to be failing due trying to find a literal entry of "file" rather than the file name from the vars. Adding braces to reference variable.
@rtripath89
Gitlab has been upgraded from 18.2.8 to 18.9.5. See the following release notes:
Gitlab 18.3 Gitlab 18.4 Gitlab 18.5 Gitlab 18.6 Gitlab 18.7 Gitlab 18.8 Gitlab 18.9Created by: jprorama
The lookup function appears to be failing due trying to find a literal entry of "file" rather than the file name from the vars. Adding braces to reference variable.
@rtripath89