diff --git a/convert2rhel_insights_tasks/main.py b/convert2rhel_insights_tasks/main.py index f1da496..d61001e 100644 --- a/convert2rhel_insights_tasks/main.py +++ b/convert2rhel_insights_tasks/main.py @@ -928,7 +928,7 @@ def main(): output = OutputCollector() gpg_key_file = RequiredFile( path="/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", - host="https://www.redhat.com/security/data/fd431d51.txt", + host="https://security.access.redhat.com/data/fd431d51.txt", ) c2r_repo = RequiredFile( path="/etc/yum.repos.d/convert2rhel.repo", diff --git a/playbooks/convert-to-rhel-analysis.yml b/playbooks/convert-to-rhel-analysis.yml index 367bf95..19c9e8e 100644 --- a/playbooks/convert-to-rhel-analysis.yml +++ b/playbooks/convert-to-rhel-analysis.yml @@ -937,7 +937,7 @@ output = OutputCollector() gpg_key_file = RequiredFile( path="/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", - host="https://www.redhat.com/security/data/fd431d51.txt", + host="https://security.access.redhat.com/data/fd431d51.txt", ) c2r_repo = RequiredFile( path="/etc/yum.repos.d/convert2rhel.repo", diff --git a/playbooks/convert-to-rhel-conversion.yml b/playbooks/convert-to-rhel-conversion.yml index c7b38cc..99f9c1f 100644 --- a/playbooks/convert-to-rhel-conversion.yml +++ b/playbooks/convert-to-rhel-conversion.yml @@ -937,7 +937,7 @@ output = OutputCollector() gpg_key_file = RequiredFile( path="/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", - host="https://www.redhat.com/security/data/fd431d51.txt", + host="https://security.access.redhat.com/data/fd431d51.txt", ) c2r_repo = RequiredFile( path="/etc/yum.repos.d/convert2rhel.repo",