fix: corrected punctuation in path name
This commit is contained in:
parent
7f595e07ab
commit
227497c240
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user