fix: corrected punctuation in path name

This commit is contained in:
randal 2024-11-25 17:09:54 -07:00
parent 7f595e07ab
commit 227497c240

View File

@ -132,7 +132,7 @@
- name: Download ISO - name: Download ISO
ansible.builtin.get_url: ansible.builtin.get_url:
url: "{{ (localCDN | d('') != '') | ternary( scos_image_url.stdout | regex_replace( 'https://builds.coreos.fedoraproject.org/prod/streams/stable/builds', localCDN + '/okd_project'), scos_image_url.stdout) }}" url: "{{ (localCDN | d('') != '') | ternary( scos_image_url.stdout | regex_replace( 'https://builds.coreos.fedoraproject.org/prod/streams/stable/builds', localCDN + '/okd-project'), scos_image_url.stdout) }}"
dest: "{{ tempDir }}/os.iso" dest: "{{ tempDir }}/os.iso"
- name: Embed the ignition bootstrap into the iso image - name: Embed the ignition bootstrap into the iso image