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.
1 parent 4d1c50d commit 808f79dCopy full SHA for 808f79d
agent/roles/manifests/templates/install-config_baremetal_yaml.j2
@@ -34,7 +34,7 @@ controlPlane:
34
address: {{ bmc_addresses[loop.index0] }}
35
username: {{ bmc_usernames[loop.index0] }}
36
password: {{ bmc_passwords[loop.index0] }}
37
- certificateVerification: {{ 'Enabled' if bmc_verify_cas[loop.index0] else 'Disabled' }}
+ certificateVerification: {{ 'Disabled' if bmc_verify_cas[loop.index0] == "False" else 'Enabled' }}
38
{% endfor %}
39
{% endif %}
40
fips: {{ fips_mode }}
0 commit comments