From cf4a3e5d4797e411683946ad5b7944108bef034f Mon Sep 17 00:00:00 2001 From: Jeremy Poulin Date: Sun, 26 Aug 2018 16:29:12 -0400 Subject: [PATCH] Removing unused URLs --- workspace/inventories/group_vars/all.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/workspace/inventories/group_vars/all.yml b/workspace/inventories/group_vars/all.yml index 4788dae..c1ffda5 100644 --- a/workspace/inventories/group_vars/all.yml +++ b/workspace/inventories/group_vars/all.yml @@ -5,12 +5,6 @@ certificate_authority_urls: - https://password.corp.redhat.com/legacy.crt - https://password.corp.redhat.com/RH-IT-Root-CA.crt - https://engineering.redhat.com/Eng-CA.crt -rhel_base_urls: - x86_64: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server" - ppc64le: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server" - s390x: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/system-z/7/7Server" - aarch64: "http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/arm/7/7Server" -rhel_base: "{{ rhel_base_urls[arch] }}" # Set pre_upload_files to empty array so it isn't undefined pre_upload_files: []