Skip to content

Commit

Permalink
fix ol iso version var
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Sep 28, 2024
1 parent 69de93d commit d046123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ol/provision_vbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

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

0 comments on commit d046123

Please sign in to comment.