Skip to content

Commit

Permalink
[stable-2.8] Drop "rhui-" prefix from RHEL repositories in AMI (#71130)…
Browse files Browse the repository at this point in the history
… (#71133)

The repository names seem to have changed and no longer have the "rhui-" prefix.
(cherry picked from commit 6ac4439)

Co-authored-by: Sam Doran <sdoran@redhat.com>
  • Loading branch information
samdoran committed Aug 6, 2020
1 parent 7b8a66f commit b95e520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/integration/targets/setup_docker/tasks/RedHat-7.yml
Expand Up @@ -11,8 +11,8 @@
name: setup_epel

- name: Enable extras repository for RHEL on AWS
# RHEL 7.6 uses rhui-REGION-rhel-server-extras and RHEL 7.7+ use rhui-rhel-7-server-rhui-extras-rpms
command: yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-rhel-7-server-rhui-extras-rpms
# RHEL 7.6 uses REGION-rhel-server-extras and RHEL 7.7+ use rhel-7-server-rhui-extras-rpms
command: yum-config-manager --enable REGION-rhel-server-extras rhel-7-server-rhui-extras-rpms
args:
warn: no

Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/setup_podman/vars/main.yml
@@ -1,2 +1,2 @@
repo_command:
RedHat7: yum-config-manager --enable rhui-REGION-rhel-server-extras
RedHat7: yum-config-manager --enable REGION-rhel-server-extras

0 comments on commit b95e520

Please sign in to comment.