Skip to content

Commit

Permalink
fix: Invalid jinja format (IBM#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <[email protected]>
  • Loading branch information
smolin-de authored Mar 26, 2024
1 parent 83aad6c commit 31b248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/create_compute_nodes/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
--ram {{ env.cluster.nodes.compute.ram }} \
{{ env.cluster.nodes.compute.vcpu_model_option }} \
--vcpus {{ env.cluster.nodes.compute.vcpu }} \
--network network={{ env.vnet_name }}{{ (',mac=' + compute_mac[i] if (compute_mac[i] is defined and env.use_dhcp) }} \
--network network={{ env.vnet_name }}{{ (',mac=' + compute_mac[i] if (compute_mac[i] is defined and env.use_dhcp)) }} \
--location {{ rhcos_download_url }},kernel={{ rhcos_live_kernel }},initrd={{ rhcos_live_initrd }} \
--extra-args "rd.neednet=1 coreos.inst=yes coreos.inst.install_dev=vda" \
--extra-args "coreos.live.rootfs_url=http://{{ env.bastion.networking.ip }}:8080/bin/{{ rhcos_live_rootfs }}" \
Expand Down

0 comments on commit 31b248a

Please sign in to comment.