We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue Template error : { .Vars.rhel9cis_dconf_db_name } instead of {{ .Vars.rhel9cis_dconf_db_name }}
{ .Vars.rhel9cis_dconf_db_name }
{{ .Vars.rhel9cis_dconf_db_name }}
Expected Behavior Count: 2, Failed: 0, Skipped: 0
Actual Behavior Count: 2, Failed: 1, Skipped: 1
Control(s) Affected 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9
Environment (please complete the following information):
Additional Notes
Possible Solution Replace { .Vars.rhel9cis_dconf_db_name } with {{ .Vars.rhel9cis_dconf_db_name }} in yaml file.
The text was updated successfully, but these errors were encountered:
issues #41 addressed thanks to @levaillx
4e4bc00
Signed-off-by: Mark Bolwell <[email protected]>
uk-bolly
No branches or pull requests
Describe the Issue
Template error :
{ .Vars.rhel9cis_dconf_db_name }
instead of{{ .Vars.rhel9cis_dconf_db_name }}
Expected Behavior
Count: 2, Failed: 0, Skipped: 0
Actual Behavior
Count: 2, Failed: 1, Skipped: 1
Control(s) Affected
1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9
Environment (please complete the following information):
Additional Notes
Possible Solution
Replace
{ .Vars.rhel9cis_dconf_db_name }
with{{ .Vars.rhel9cis_dconf_db_name }}
in yaml file.The text was updated successfully, but these errors were encountered: