Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update Rocky Linux URLs to vault
Browse files Browse the repository at this point in the history
  • Loading branch information
calinghe committed Jun 14, 2022
1 parent 01fdf06 commit 8b0d383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/bootstrap/install_packages/tasks/rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
register: source_status
until: source_status is not failed
with_items:
- "https://dl.rockylinux.org/pub/rocky/8.5/BaseOS/x86_64/kickstart/Packages/k/kernel-headers-4.18.0-348.el8.0.2.x86_64.rpm"
- "https://dl.rockylinux.org/pub/rocky/8.5/BaseOS/x86_64/kickstart/Packages/k/kernel-devel-4.18.0-348.el8.0.2.x86_64.rpm"
- "https://dl.rockylinux.org/vault/rocky/8.5/BaseOS/x86_64/kickstart/Packages/k/kernel-headers-4.18.0-348.el8.0.2.x86_64.rpm"
- "https://dl.rockylinux.org/vault/rocky/8.5/BaseOS/x86_64/kickstart/Packages/k/kernel-devel-4.18.0-348.el8.0.2.x86_64.rpm"
when:
- ansible_distribution == "Rocky"
- ansible_distribution_version == '8.5'
Expand Down
4 changes: 2 additions & 2 deletions roles/vm/manage_imgs/templates/vm_image_links_vars.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ vm_image_checksums: "https://cloud-images.ubuntu.com/releases/{{ vm_image_versio
{% endif %}
vm_image_destination_file: "{{ vm_project_root_dir }}/{{ vm_image }}"
{% elif vm_image_distribution == "rocky" %}
vm_image_url: "https://dl.rockylinux.org/pub/rocky/{{ vm_image_version_rocky }}/images/{{ vm_image }}"
vm_image_url: "https://dl.rockylinux.org/vault/rocky/{{ vm_image_version_rocky }}/images/{{ vm_image }}"

vm_image_checksums: "https://dl.rockylinux.org/pub/rocky/{{ vm_image_version_rocky }}/images/CHECKSUM"
vm_image_checksums: "https://dl.rockylinux.org/vault/rocky/{{ vm_image_version_rocky }}/images/CHECKSUM"
vm_image_destination_file: "{{ vm_project_root_dir }}/{{ vm_image }}"
{% endif %}

0 comments on commit 8b0d383

Please sign in to comment.