Skip to content

Commit d046123

Browse files
author
William Graef
committed
fix ol iso version var
1 parent 69de93d commit d046123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ol/provision_vbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
- name: Download the Oracle Linux iso file
9292
ansible.builtin.get_url:
93-
url: "{{ base_url }}/OL{{ ol_version }}/u{{ ol_update }}/x86_64/OracleLinux-R{{ ol_version }}-U{{ ol_update }}-x86_64-dvd.iso"
93+
url: "{{ base_url }}/OL{{ ol_iso_version }}/u{{ ol_update }}/x86_64/OracleLinux-R{{ ol_iso_version }}-U{{ ol_update }}-x86_64-dvd.iso"
9494
dest: /home/{{ username }}
9595
force: true
9696
mode: "0644"

0 commit comments

Comments
 (0)