fix template formatting

This commit is contained in:
2025-03-23 01:48:53 -05:00
parent 117b526957
commit 9824ab2a52

View File

@@ -21,5 +21,5 @@ networking:
platform: platform:
{{ hostvars['ocp-hub'].platform_type }}: {} {{ hostvars['ocp-hub'].platform_type }}: {}
fips: false fips: false
pullSecret: {{ vault_pull_secret }} pullSecret: '{{ vault_pull_secret }}'
sshKey: {{ vault_ssh_key }} sshKey: '{{ vault_ssh_key }}'